diff options
author | P. 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) |
commit | 739af884164bcf62bd438ea66e309aff90033f53 (patch) | |
tree | 7917469eee4aa201c50ff70027c8218104544f38 /build | |
parent | 416208a4401dfa7afc55e5ccb50d59a01fd557cc (diff) |
Add configuration options.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |