From d2bac1c3626e1cf6e1e69346d288ef35087ed04e Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mar 01 2005 22:27:58 +0000 Subject: - configure with --with-pic to get PIC libraries --- 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 - 22:9.3.1rc1-3 +- configure with --with-pic to get PIC libraries + * Sun Feb 20 2005 Jason Vas Dias - 22:9.3.1rc1-2 - fix bug 149183: don't use getifaddrs() .