fix bug 149183: don't use getifaddrs.
This commit is contained in:
parent
e4680a9153
commit
5b65c63345
@ -8,7 +8,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serve
|
|||||||
Name: bind
|
Name: bind
|
||||||
License: BSD-like
|
License: BSD-like
|
||||||
Version: 9.3.1rc1
|
Version: 9.3.1rc1
|
||||||
Release: 1
|
Release: 2
|
||||||
Epoch: 22
|
Epoch: 22
|
||||||
Url: http://www.isc.org/products/BIND/
|
Url: http://www.isc.org/products/BIND/
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
@ -194,14 +194,12 @@ export LDFLAGS=-lefence
|
|||||||
%configure --with-libtool --localstatedir=/var \
|
%configure --with-libtool --localstatedir=/var \
|
||||||
--enable-threads \
|
--enable-threads \
|
||||||
--enable-ipv6 \
|
--enable-ipv6 \
|
||||||
--enable-getifaddrs=glibc \
|
|
||||||
--with-openssl=/usr \
|
--with-openssl=/usr \
|
||||||
--enable-libbind
|
--enable-libbind
|
||||||
%else
|
%else
|
||||||
%configure --with-libtool --localstatedir=/var \
|
%configure --with-libtool --localstatedir=/var \
|
||||||
--enable-threads \
|
--enable-threads \
|
||||||
--enable-ipv6 \
|
--enable-ipv6 \
|
||||||
--enable-getifaddrs=glibc \
|
|
||||||
--with-openssl=/usr
|
--with-openssl=/usr
|
||||||
%endif
|
%endif
|
||||||
make
|
make
|
||||||
@ -309,6 +307,7 @@ fi
|
|||||||
if [ "$1" -ge 1 ]; then
|
if [ "$1" -ge 1 ]; then
|
||||||
/etc/rc.d/init.d/named condrestart >/dev/null 2>&1 || :
|
/etc/rc.d/init.d/named condrestart >/dev/null 2>&1 || :
|
||||||
fi;
|
fi;
|
||||||
|
/sbin/ldconfig
|
||||||
|
|
||||||
%postun utils
|
%postun utils
|
||||||
# because bind-utils depends on bind, it gets uninstalled first,
|
# because bind-utils depends on bind, it gets uninstalled first,
|
||||||
@ -617,6 +616,9 @@ if [ "$1" -gt 0 ]; then
|
|||||||
fi;
|
fi;
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 20 2005 Jason Vas Dias <jvdias@redhat.com> - 22:9.3.1rc1-2
|
||||||
|
- fix bug 149183: don't use getifaddrs() .
|
||||||
|
|
||||||
* Wed Feb 16 2005 Jason Vas Dias <jvdias@redhat.com> - 22:9.3.1rc1-1
|
* Wed Feb 16 2005 Jason Vas Dias <jvdias@redhat.com> - 22:9.3.1rc1-1
|
||||||
- Upgrade to 9.3.1rc1
|
- Upgrade to 9.3.1rc1
|
||||||
- Add Simplified Database Backend (SDB) sub-package ( bind-sdb )
|
- Add Simplified Database Backend (SDB) sub-package ( bind-sdb )
|
||||||
|
Loading…
Reference in New Issue
Block a user