Use "isc-config.sh" utility to get correct BIND9 CFLAGS.
Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
parent
a74ee89b08
commit
8b9efb13ac
@ -1,6 +1,6 @@
|
|||||||
Name: bind-dyndb-ldap
|
Name: bind-dyndb-ldap
|
||||||
Version: 0.1.0
|
Version: 0.1.0
|
||||||
Release: 0.14.b%{?dist}
|
Release: 0.15.b%{?dist}
|
||||||
Summary: LDAP back-end plug-in for BIND
|
Summary: LDAP back-end plug-in for BIND
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -26,6 +26,7 @@ off of your LDAP server.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export CFLAGS="`isc-config.sh --cflags dns`"
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -50,6 +51,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Sep 30 2010 Adam Tkac <atkac redhat com> - 0.1.0-0.14.b
|
||||||
- rebuild against new bind
|
- rebuild against new bind
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user