mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +00:00
added --with-openssl and --enable-libbind to configure options
This commit is contained in:
parent
c0ce84c054
commit
e5a8e8cfd2
@ -15,7 +15,7 @@
|
|||||||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# 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.
|
# "Alternative build" test.
|
||||||
@ -69,7 +69,7 @@ cd $builddir || exit 1
|
|||||||
|
|
||||||
CFLAGS="-g -DISC_CHECK_NONE -DISC_MEM_FILL=0 -DISC_LIST_CHECKINIT" \
|
CFLAGS="-g -DISC_CHECK_NONE -DISC_MEM_FILL=0 -DISC_LIST_CHECKINIT" \
|
||||||
sh $srcdir/bind-*/configure --with-libtool \
|
sh $srcdir/bind-*/configure --with-libtool \
|
||||||
--disable-threads --prefix=$instdir
|
--disable-threads --with-openssl --enable-libbind --prefix=$instdir
|
||||||
gmake clean
|
gmake clean
|
||||||
gmake
|
gmake
|
||||||
gmake install
|
gmake install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user