[bind-dyndb-ldap] Build with correct RPM_OPT_FLAGS (#645529).

Adam Tkac atkac at fedoraproject.org
Fri Oct 22 07:19:54 UTC 2010


commit 640acd2e9ee081be47d57d53f64e29c66bc1e068
Author: Adam Tkac <atkac at redhat.com>
Date:   Fri Oct 22 09:18:14 2010 +0200

    Build with correct RPM_OPT_FLAGS (#645529).
    
    Signed-off-by: Adam Tkac <atkac at redhat.com>

 bind-dyndb-ldap.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/bind-dyndb-ldap.spec b/bind-dyndb-ldap.spec
index 32bb7c4..4538765 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.15.b%{?dist}
+Release:        0.16.b%{?dist}
 Summary:        LDAP back-end plug-in for BIND
 
 Group:          System Environment/Libraries
@@ -26,7 +26,7 @@ off of your LDAP server.
 
 
 %build
-export CFLAGS="`isc-config.sh --cflags dns`"
+export CFLAGS="`isc-config.sh --cflags dns` $RPM_OPT_FLAGS"
 %configure
 make %{?_smp_mflags}
 
@@ -51,6 +51,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Oct 22 2010 Adam Tkac <atkac redhat com> - 0.1.0-0.16.b
+- build with correct RPM_OPT_FLAGS (#645529)
+
 * 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
 


More information about the scm-commits mailing list