- fixed configure flags

This commit is contained in:
Adam Tkac 2009-02-05 07:59:43 +00:00
parent 99c652436b
commit 68e289a891

View File

@ -1,7 +1,7 @@
Summary: Lowlevel DNS(SEC) library with API
Name: ldns
Version: 1.4.0
Release: 2%{?dist}
Release: 3%{?dist}
License: BSD
Url: http://www.nlnetlabs.nl/%{name}/
Source: http://www.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
@ -36,8 +36,8 @@ The devel package contains the ldns library and the include files
%build
make %{?_smp_mflags}
(cd drill ; %configure --disable-rpath --with-ldns=../ldns/)
(cd examples ; %configure --disable-rpath --with-ldns=../ldns/)
(cd drill ; %configure --disable-rpath --with-ldns=%{buildroot}/lib/)
(cd examples ; %configure --disable-rpath --with-ldns=%{buildroot}/lib/)
( cd drill ; make %{?_smp_mflags} )
( cd examples ; make %{?_smp_mflags} )
make %{?_smp_mflags} doc
@ -85,6 +85,9 @@ rm -rf %{buildroot}
%postun -p /sbin/ldconfig
%changelog
* Thu Feb 05 2009 Adam Tkac <atkac redhat com> - 1.4.0-3
- fixed configure flags
* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> - 1.4.0-2
- rebuild with new openssl