- Change make/configure lines to attempt to fix -lphtread linking issue
This commit is contained in:
parent
6ba3622c40
commit
1f3eace2a1
10
unbound.spec
10
unbound.spec
@ -9,7 +9,7 @@
|
|||||||
Summary: Validating, recursive, and caching DNS(SEC) resolver
|
Summary: Validating, recursive, and caching DNS(SEC) resolver
|
||||||
Name: unbound
|
Name: unbound
|
||||||
Version: 1.4.1
|
Version: 1.4.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Url: http://www.nlnetlabs.nl/unbound/
|
Url: http://www.nlnetlabs.nl/unbound/
|
||||||
Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
|
Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
|
||||||
@ -94,8 +94,9 @@ Python modules and extensions for unbound
|
|||||||
%if %{with_python}
|
%if %{with_python}
|
||||||
--with-pythonmodule --with-pyunbound \
|
--with-pythonmodule --with-pyunbound \
|
||||||
%endif
|
%endif
|
||||||
--enable-sha2
|
--enable-sha2 \
|
||||||
%{__make} CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" QUIET=no %{?_smp_mflags}
|
CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE QUIET=no"
|
||||||
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -186,6 +187,9 @@ fi
|
|||||||
%postun libs -p /sbin/ldconfig
|
%postun libs -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 24 2010 Paul Wouters <paul@xelerance.com> - 1.4.1-3
|
||||||
|
- Change make/configure lines to attempt to fix -lphtread linking issue
|
||||||
|
|
||||||
* Thu Feb 18 2010 Paul Wouters <paul@xelerance.com> - 1.4.1-2
|
* Thu Feb 18 2010 Paul Wouters <paul@xelerance.com> - 1.4.1-2
|
||||||
- Removed dependancy for dnssec-conf
|
- Removed dependancy for dnssec-conf
|
||||||
- Added ISC DLV key (formerly in dnssec-conf)
|
- Added ISC DLV key (formerly in dnssec-conf)
|
||||||
|
Loading…
Reference in New Issue
Block a user