From 85f6862b548a874f7d10010475fabf73d784cadf Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Tue, 13 Nov 2007 16:51:10 +0000 Subject: [PATCH] - Try to fix racing ln -s statements in parallel builds --- ldns.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ldns.spec b/ldns.spec index afd38fb..05b0f25 100644 --- a/ldns.spec +++ b/ldns.spec @@ -1,7 +1,7 @@ Summary: Lowlevel DNS(SEC) library with API Name: ldns Version: 1.2.1 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD Url: http://open.nlnetlabs.nl/%{name}/ Source: http://open.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz @@ -35,6 +35,9 @@ The devel package contains the ldns library and the include files %configure --disable-rpath %build +# try to fix racing ln statements in paralell build +sed -i 's/ln -s/ln -sf/g' Makefile + make %{?_smp_mflags} (cd drill ; %configure --disable-rpath --with-ldns=../ldns/) (cd examples ; %configure --disable-rpath --with-ldns=../ldns/) @@ -84,6 +87,9 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %changelog +* Tue Nov 13 2007 Paul Wouters - 1.2.1-4 +- Try to fix racing ln -s statements in parallel builds + * Fri Nov 9 2007 Paul Wouters - 1.2.1-3 - Added patch for ldns-read-zone that does not put @. in RRDATA