summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-07 01:03:36 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-07 01:03:36 (EDT)
commit69146de8b9310dd914cf583395bf6f27d46243cd (patch)
tree31c503fa1326fd8baaceed8cd54de50c662d3ac7
parent4a220914dbe8df5193a1fbcc327061cf63cadded (diff)
build: Move --without-progs to non-wide-char opts
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index fef1f15..549d643 100755
--- a/build
+++ b/build
@@ -22,11 +22,11 @@ common_opts = \
--enable-const
build_ncurses_opts = $(common_opts) \
--with-install-prefix="$${PWD}/dest-ncurses" \
+ --without-progs \
--enable-overwrite
build_ncursesw_opts = $(common_opts) \
--with-install-prefix="$${PWD}/dest-ncursesw" \
--includedir=/usr/include/ncursesw \
- --without-progs \
--disable-overwrite \
--enable-widec
build_ncurses_legacy_opts = $(build_ncurses_opts) \