From b18a02a7d0e4d1f7897cd0928b0daef10da393ea Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Wed, 8 Aug 2007 16:53:50 +0000 Subject: [PATCH] quick fix to the Makefile for parallel builds. Upstream notified. --- ldns.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ldns.spec b/ldns.spec index 5905d39..c2a0889 100644 --- a/ldns.spec +++ b/ldns.spec @@ -1,7 +1,7 @@ Summary: Lowlevel DNS(SEC) library with API Name: ldns Version: 1.2.0 -Release: 7%{?dist} +Release: 8%{?dist} License: BSD Url: http://open.nlnetlabs.nl/%{name}/ Source: http://open.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz @@ -34,6 +34,8 @@ The devel package contains the ldns library and the include files #autoreconf %configure --disable-rpath +# mkdir won't work in paralel build +sed -i 's/then mkdir include/mkdir -p include/' Makefil %build make %{?_smp_mflags} @@ -80,9 +82,10 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %changelog -* Mon Aug 8 2007 Paul Wouters 1.2.0-7 +* Mon Aug 8 2007 Paul Wouters 1.2.0-8 - Added sha256 DS record patch to ldns-key2ds - Minor tweaks for proper doc/man page installation. +- Workaround for parallel builds * Mon Aug 6 2007 Paul Wouters 1.2.0-2 - Own the /usr/include/ldns directory (bug #233858)