Browse Source

Build libbind.a to supply the obsolete gethostbyname2(3) for defunct apps like libnet.

master
Michael Schloh von Bennewitz 24 years ago committed by Ralf S. Engelschall
parent
commit
8b0bf261b7
  1. 7
      bind/bind.spec

7
bind/bind.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
Group: DNS Group: DNS
License: ISC License: ISC
Version: 9.2.1 Version: 9.2.1
Release: 20020614 Release: 20020820
# list of sources # list of sources
Source0: ftp://ftp.isc.org/isc/bind9/%{version}/bind-%{version}.tar.gz Source0: ftp://ftp.isc.org/isc/bind9/%{version}/bind-%{version}.tar.gz
@ -48,7 +48,7 @@ Source8: rc.bind
# build information # build information
Prefix: %{l_prefix} Prefix: %{l_prefix}
BuildRoot: %{l_buildroot} BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020206, make, openssl BuildPreReq: OpenPKG, openpkg >= 20020206, make, openssl, libtool
PreReq: OpenPKG, openpkg >= 20020206 PreReq: OpenPKG, openpkg >= 20020206
AutoReq: no AutoReq: no
AutoReqProv: no AutoReqProv: no
@ -73,7 +73,7 @@ AutoReqProv: no
--localstatedir=%{l_prefix}/var/bind \ --localstatedir=%{l_prefix}/var/bind \
--with-openssl=%{l_prefix} \ --with-openssl=%{l_prefix} \
--with-libtool \ --with-libtool \
--without-libbind \ --enable-libbind \
--disable-threads \ --disable-threads \
--disable-shared \ --disable-shared \
--disable-nls --disable-nls
@ -90,7 +90,6 @@ AutoReqProv: no
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/isc-config.sh 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}/include
rm -rf $RPM_BUILD_ROOT%{l_prefix}/lib
rm -rf $RPM_BUILD_ROOT%{l_prefix}/man/man3 rm -rf $RPM_BUILD_ROOT%{l_prefix}/man/man3
# install BIND9 ARM # install BIND9 ARM

Loading…
Cancel
Save