[dnssec-tools/f15/master] don't check for bind utilities building build a rpm

Wes Hardaker hardaker at fedoraproject.org
Thu Mar 24 22:50:06 UTC 2011


commit 34e86e183376a5dc4357ee704b70cf855a95be44
Author: Wes Hardaker <opensource at hardakers.net>
Date:   Thu Mar 24 15:49:58 2011 -0700

    don't check for bind utilities building build a rpm

 dnssec-tools.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/dnssec-tools.spec b/dnssec-tools.spec
index 6353c27..4042941 100644
--- a/dnssec-tools.spec
+++ b/dnssec-tools.spec
@@ -16,7 +16,6 @@ Requires: perl(Net::DNS), perl(Net::DNS::SEC), dnssec-tools-perlmods, bind, perl
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildRequires: openssl-devel
 BuildRequires: perl(Test) perl(ExtUtils::MakeMaker)
-
 Patch5: dnssec-tools-linux-conf-paths-1.9.patch
 
 %description
@@ -58,7 +57,7 @@ C-based libraries useful for developing dnssec aware tools.
 %patch5 -p1
 
 %build
-%configure --with-validator-testcases-file=%{_datadir}/dnssec-tools/validator-testcases --with-perl-build-args="INSTALLDIRS=vendor OPTIMIZE='$RPM_OPT_FLAGS'" --sysconfdir=/etc --with-root-hints=/etc/named.root.hints --with-resolv-conf=/etc/resolv.conf --disable-static --with-nsec3 --with-ipv6 --with-dlv
+%configure --with-validator-testcases-file=%{_datadir}/dnssec-tools/validator-testcases --with-perl-build-args="INSTALLDIRS=vendor OPTIMIZE='$RPM_OPT_FLAGS'" --sysconfdir=/etc --with-root-hints=/etc/named.root.hints --with-resolv-conf=/etc/resolv.conf --disable-static --with-nsec3 --with-ipv6 --with-dlv --disable-bind-checks
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' validator/libtool


More information about the scm-commits mailing list