From e5a8e8cfd2c60f49fa359d2a79eb869e02c4033c Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Fri, 13 Jul 2001 01:51:28 +0000 Subject: [PATCH] added --with-openssl and --enable-libbind to configure options --- util/altbuild.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/altbuild.sh b/util/altbuild.sh index 0ed0cde40f..2bd3f0621f 100644 --- a/util/altbuild.sh +++ b/util/altbuild.sh @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: altbuild.sh,v 1.8 2001/06/28 01:34:01 gson Exp $ +# $Id: altbuild.sh,v 1.9 2001/07/13 01:51:28 gson Exp $ # # "Alternative build" test. @@ -69,7 +69,7 @@ cd $builddir || exit 1 CFLAGS="-g -DISC_CHECK_NONE -DISC_MEM_FILL=0 -DISC_LIST_CHECKINIT" \ sh $srcdir/bind-*/configure --with-libtool \ - --disable-threads --prefix=$instdir + --disable-threads --with-openssl --enable-libbind --prefix=$instdir gmake clean gmake gmake install