[ldns/f20] - Fix ldns-config (rhbz#1147972) [Florian Lehner]

Paul Wouters pwouters at fedoraproject.org
Tue Sep 30 19:00:57 UTC 2014


commit 82f0f916edbb112105fb2931aea52cd0e410a1cf
Author: Paul Wouters <pwouters at redhat.com>
Date:   Tue Sep 30 15:00:48 2014 -0400

    - Fix ldns-config (rhbz#1147972) [Florian Lehner]

 ldns-1.6.17-multilib.patch |    2 +-
 ldns.spec                  |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ldns-1.6.17-multilib.patch b/ldns-1.6.17-multilib.patch
index fc8216b..0a565d3 100644
--- a/ldns-1.6.17-multilib.patch
+++ b/ldns-1.6.17-multilib.patch
@@ -54,7 +54,7 @@ diff -Naur ldns-1.6.17-orig/packaging/ldns-config.in ldns-1.6.17/packaging/ldns-
 +esac
 +
 +LDFLAGS="@LDFLAGS@ @LIBSSL_LDFLAGS@ -L$LIBDIR -l at PYTHON_LIB@"
-+LDFLAGS_SEC="@LDFL
++LDFLAGS_SEC="@LDFLAGS@ @LIBSSL_LDFLAGS@ -L$LIBDIR_SEC -l at PYTHON_LIB@"
  
  for arg in $@
  do
diff --git a/ldns.spec b/ldns.spec
index a606655..b72c430 100644
--- a/ldns.spec
+++ b/ldns.spec
@@ -24,7 +24,7 @@
 Summary: Low-level DNS(SEC) library with API
 Name: ldns
 Version: 1.6.17
-Release: 7%{?dist}
+Release: 8%{?dist}
 
 License: BSD
 Url: http://www.nlnetlabs.nl/%{name}/
@@ -257,6 +257,9 @@ rm -rf %{buildroot}
 %doc doc
 
 %changelog
+* Tue Sep 30 2014 Paul Wouters <pwouters at redhat.com> - 1.6.17-8
+- Fix ldns-config (rhbz#1147972) [Florian Lehner]
+
 * Tue Aug 26 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.6.17-7
 - Perl 5.20 rebuild
 


More information about the scm-commits mailing list