quick fix to the Makefile for parallel builds. Upstream notified.
This commit is contained in:
parent
9012a4571d
commit
b18a02a7d0
@ -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 <paul@xelerance.com> 1.2.0-7
|
||||
* Mon Aug 8 2007 Paul Wouters <paul@xelerance.com> 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 <paul@xelerance.com> 1.2.0-2
|
||||
- Own the /usr/include/ldns directory (bug #233858)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user