[bind-dyndb-ldap] Use "isc-config.sh" utility to get correct BIND9 CFLAGS.

Adam Tkac atkac at fedoraproject.org
Wed Oct 20 12:51:51 UTC 2010


commit 8b9efb13ac2754ae7216d71cc1981a35fe5e40b4
Author: Adam Tkac <atkac at redhat.com>
Date:   Wed Oct 20 14:50:14 2010 +0200

    Use "isc-config.sh" utility to get correct BIND9 CFLAGS.
    
    Signed-off-by: Adam Tkac <atkac at redhat.com>

 bind-dyndb-ldap.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/bind-dyndb-ldap.spec b/bind-dyndb-ldap.spec
index 8c502b9..32bb7c4 100644
--- a/bind-dyndb-ldap.spec
+++ b/bind-dyndb-ldap.spec
@@ -1,6 +1,6 @@
 Name:           bind-dyndb-ldap
 Version:        0.1.0
-Release:        0.14.b%{?dist}
+Release:        0.15.b%{?dist}
 Summary:        LDAP back-end plug-in for BIND
 
 Group:          System Environment/Libraries
@@ -26,6 +26,7 @@ off of your LDAP server.
 
 
 %build
+export CFLAGS="`isc-config.sh --cflags dns`"
 %configure
 make %{?_smp_mflags}
 
@@ -50,6 +51,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Oct 20 2010 Adam Tkac <atkac redhat com> - 0.1.0-0.15.b
+- use "isc-config.sh" utility to get correct BIND9 CFLAGS
+
 * Thu Sep 30 2010 Adam Tkac <atkac redhat com> - 0.1.0-0.14.b
 - rebuild against new bind
 


More information about the scm-commits mailing list