From 68e289a891178dfdc6b2095c229862e1650cae14 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Thu, 5 Feb 2009 07:59:43 +0000 Subject: [PATCH] - fixed configure flags --- ldns.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ldns.spec b/ldns.spec index 39fcfe5..f628ef9 100644 --- a/ldns.spec +++ b/ldns.spec @@ -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 - 1.4.0-3 +- fixed configure flags + * Sat Jan 17 2009 Tomas Mraz - 1.4.0-2 - rebuild with new openssl