|
|
|
@ -48,7 +48,7 @@ Source8: rc.bind
|
|
|
|
|
# build information |
|
|
|
|
Prefix: %{l_prefix} |
|
|
|
|
BuildRoot: %{l_buildroot} |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20020206, make, openssl, libtool |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20020206, make, openssl |
|
|
|
|
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 \ |
|
|
|
|
--enable-libbind \ |
|
|
|
|
--without-libbind \ |
|
|
|
|
--disable-threads \ |
|
|
|
|
--disable-shared \ |
|
|
|
|
--disable-nls |
|
|
|
@ -90,6 +90,7 @@ 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 |
|
|
|
|