- Try to fix racing ln -s statements in parallel builds

This commit is contained in:
Paul Wouters 2007-11-13 16:51:10 +00:00
parent 8fe9e9c463
commit 85f6862b54

View File

@ -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 <paul@xelerance.com> - 1.2.1-4
- Try to fix racing ln -s statements in parallel builds
* Fri Nov 9 2007 Paul Wouters <paul@xelerance.com> - 1.2.1-3
- Added patch for ldns-read-zone that does not put @. in RRDATA