From 8b0bf261b7465bc644dd92b54d2a64f83361cc37 Mon Sep 17 00:00:00 2001 From: Michael Schloh von Bennewitz Date: Tue, 20 Aug 2002 14:18:05 +0000 Subject: [PATCH] Build libbind.a to supply the obsolete gethostbyname2(3) for defunct apps like libnet. --- bind/bind.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bind/bind.spec b/bind/bind.spec index 540456e5b2..173c721f4d 100644 --- a/bind/bind.spec +++ b/bind/bind.spec @@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE] Group: DNS License: ISC Version: 9.2.1 -Release: 20020614 +Release: 20020820 # list of sources Source0: ftp://ftp.isc.org/isc/bind9/%{version}/bind-%{version}.tar.gz @@ -48,7 +48,7 @@ Source8: rc.bind # build information Prefix: %{l_prefix} BuildRoot: %{l_buildroot} -BuildPreReq: OpenPKG, openpkg >= 20020206, make, openssl +BuildPreReq: OpenPKG, openpkg >= 20020206, make, openssl, libtool PreReq: OpenPKG, openpkg >= 20020206 AutoReq: no AutoReqProv: no @@ -73,7 +73,7 @@ AutoReqProv: no --localstatedir=%{l_prefix}/var/bind \ --with-openssl=%{l_prefix} \ --with-libtool \ - --without-libbind \ + --enable-libbind \ --disable-threads \ --disable-shared \ --disable-nls @@ -90,7 +90,6 @@ AutoReqProv: no strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/isc-config.sh rm -rf $RPM_BUILD_ROOT%{l_prefix}/include - rm -rf $RPM_BUILD_ROOT%{l_prefix}/lib rm -rf $RPM_BUILD_ROOT%{l_prefix}/man/man3 # install BIND9 ARM