From 8c8aa6b07e595cfac56838b5964ab3e96051f1b2 Mon Sep 17 00:00:00 2001 From: "Roberto C. Sanchez" Date: Sat, 29 Mar 2014 10:53:49 -0400 Subject: Imported Upstream version 1.5.7 --- usrinst.sh | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'usrinst.sh') diff --git a/usrinst.sh b/usrinst.sh index a9430a2..afc8e17 100755 --- a/usrinst.sh +++ b/usrinst.sh @@ -1,8 +1,15 @@ #!/bin/sh -./configure --prefix=/usr \ - --enable-debug --disable-shared \ - --without-conf --sysconfdir=/etc +OPTIONS="--prefix=/usr" +OPTIONS="--disable-shared $OPTIONS" +OPTIONS="--without-conf $OPTIONS" +OPTIONS="--sysconfdir=/etc $OPTIONS" +#OPTIONS="--with-vcl $OPTIONS" +OPTIONS="--enable-debug $OPTIONS" +#OPTIONS="--enable-profile $OPTIONS" +OPTIONS="--without-lucene $OPTIONS" + +CPPFLAGS="$CFLAGS $CPPFLAGS -DUSBINARY" ./configure $OPTIONS $* echo "" echo "" -- cgit v1.2.3