summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-04-27 23:31:28 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-04-27 23:31:28 (EDT)
commit739af884164bcf62bd438ea66e309aff90033f53 (patch)
tree7917469eee4aa201c50ff70027c8218104544f38 /build
parent416208a4401dfa7afc55e5ccb50d59a01fd557cc (diff)
Add configuration options.
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index 199695e..6001ee4 100755
--- a/build
+++ b/build
@@ -12,6 +12,9 @@ ncurses.buildstamp:
cd src && \
./configure --prefix=/usr \
--build=$${OH_BUILD_ARCH_GNU} --host=$${OH_HOST_ARCH_GNU} \
+ --without-profile --without-debug --with-shared \
+ --disable-termcap --with-termlib=tinfo --with-ticlib=tic \
+ --enable-widec \
--disable-maintainer-mode \
--disable-python && \
make && make DESTDIR=$$(pwd)/../dest install