From 739af884164bcf62bd438ea66e309aff90033f53 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 27 Apr 2012 23:31:28 -0400 Subject: Add configuration options. --- (limited to 'build') 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 -- cgit v0.9.1