summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@fedoraproject.org>2005-03-01 22:27:58 +0000
committerNalin Dahyabhai <nalin@fedoraproject.org>2005-03-01 22:27:58 +0000
commitd2bac1c3626e1cf6e1e69346d288ef35087ed04e (patch)
tree360f1e7e27f5eeeed91f82c51155d45425115c0f
parent5b65c63345fa9f856f29e225c00c8b4b696771f3 (diff)
downloadbind-d2bac1c3626e1cf6e1e69346d288ef35087ed04e.tar.gz
bind-d2bac1c3626e1cf6e1e69346d288ef35087ed04e.tar.xz
bind-d2bac1c3626e1cf6e1e69346d288ef35087ed04e.zip
- configure with --with-pic to get PIC librariesbind-9_3_1rc1-3
-rw-r--r--bind.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/bind.spec b/bind.spec
index 473591b..7c7ffc9 100644
--- a/bind.spec
+++ b/bind.spec
@@ -8,7 +8,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serve
Name: bind
License: BSD-like
Version: 9.3.1rc1
-Release: 2
+Release: 3
Epoch: 22
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-root
@@ -194,12 +194,14 @@ export LDFLAGS=-lefence
%configure --with-libtool --localstatedir=/var \
--enable-threads \
--enable-ipv6 \
+ --with-pic \
--with-openssl=/usr \
--enable-libbind
%else
%configure --with-libtool --localstatedir=/var \
--enable-threads \
--enable-ipv6 \
+ --with-pic \
--with-openssl=/usr
%endif
make
@@ -616,6 +618,9 @@ if [ "$1" -gt 0 ]; then
fi;
%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
- fix bug 149183: don't use getifaddrs() .