summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-04 09:06:56 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-04 09:06:56 (EDT)
commitd74d8528c55c126f64a787b128fd95e140574859 (patch)
treed71cdc527ae396e365d8253f4aa38a2f609ef09b
parent3ef033b8988a62fe8a8e4d5e31c2febc1e25ae8c (diff)
build: Add overwrite options
-rwxr-xr-xbuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/build b/build
index cd2a9d8..51bf794 100755
--- a/build
+++ b/build
@@ -22,7 +22,8 @@ nop:
build-ncurses:
oh-autoconfigure -B obj-ncurses -- \
- $(common_opts)
+ $(common_opts) \
+ --enable-overwrite
oh-autobuild -B obj-ncurses
touch $@
@@ -31,6 +32,7 @@ build-ncursesw:
$(common_opts) \
--includedir=/usr/include/ncursesw \
--without-progs \
+ --disable-overwrite \
--enable-widec
oh-autobuild -B obj-ncursesw
touch $@