- configure with --with-pic to get PIC libraries

This commit is contained in:
Nalin Dahyabhai 2005-03-01 22:27:58 +00:00
parent 5b65c63345
commit d2bac1c362
1 changed files with 6 additions and 1 deletions

View File

@ -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: 2 Release: 3
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,12 +194,14 @@ export LDFLAGS=-lefence
%configure --with-libtool --localstatedir=/var \ %configure --with-libtool --localstatedir=/var \
--enable-threads \ --enable-threads \
--enable-ipv6 \ --enable-ipv6 \
--with-pic \
--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 \
--with-pic \
--with-openssl=/usr --with-openssl=/usr
%endif %endif
make make
@ -616,6 +618,9 @@ if [ "$1" -gt 0 ]; then
fi; fi;
%changelog %changelog
* Tue Mar 1 2005 Nalin Dahyabhai <nalin@redhat.com> - 22:9.3.1rc1-3
- configure with --with-pic to get PIC libraries
* Sun Feb 20 2005 Jason Vas Dias <jvdias@redhat.com> - 22:9.3.1rc1-2 * Sun Feb 20 2005 Jason Vas Dias <jvdias@redhat.com> - 22:9.3.1rc1-2
- fix bug 149183: don't use getifaddrs() . - fix bug 149183: don't use getifaddrs() .