From: Mark Andrews Date: Wed, 6 Apr 2011 22:00:40 +0000 (+0000) Subject: temporally disable with-gssapi X-Git-Tag: v4_2_2b1~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d47c6f5f871e97e50697249174b8cb81598e76c;p=thirdparty%2Fdhcp.git temporally disable with-gssapi --- diff --git a/util/Makefile.bind b/util/Makefile.bind index 5c8eb08d4..9021d3355 100644 --- a/util/Makefile.bind +++ b/util/Makefile.bind @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.bind,v 1.2.2.6 2011/02/11 22:49:31 sar Exp $ +# $Id: Makefile.bind,v 1.2.2.7 2011/04/06 22:00:40 marka Exp $ # Configure and build the bind libraries for use by DHCP @@ -45,7 +45,7 @@ all: # Currently disable the epoll and devpoll options as they don't interact # well with the DHCP code. @echo Configuring BIND Export libraries for DHCP. - @(cd ${bindsrcdir} && ./configure --disable-kqueue --disable-epoll --disable-devpoll --without-openssl --without-libxml2 --enable-exportlib --enable-threads=no --with-export-includedir=${binddir}/include --with-export-libdir=${binddir}/lib > ${binddir}/configure.log) + @(cd ${bindsrcdir} && ./configure --disable-kqueue --disable-epoll --disable-devpoll --without-openssl --without-libxml2 --enable-exportlib --enable-threads=no --with-export-includedir=${binddir}/include --with-export-libdir=${binddir}/lib --with-gssapi=no > ${binddir}/configure.log) # Build the export libraries @echo Building BIND Export libraries - this takes some time.