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

This commit is contained in:
Paul Wouters 2014-09-30 14:40:40 -04:00
parent 04759c1e34
commit 328e9443b3
2 changed files with 5 additions and 2 deletions

View File

@ -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@PYTHON_LIB@"
+LDFLAGS_SEC="@LDFL
+LDFLAGS_SEC="@LDFL"
for arg in $@
do

View File

@ -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@redhat.com> - 1.6.17-8
- Fix ldns-config (rhbz#1147972) [Florian Lehner]
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.6.17-7
- Perl 5.20 rebuild