- enable SHA2 functionality
This commit is contained in:
parent
94185e2e80
commit
87d99318b2
@ -1,7 +1,7 @@
|
||||
Summary: Lowlevel DNS(SEC) library with API
|
||||
Name: ldns
|
||||
Version: 1.3.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: BSD
|
||||
Url: http://www.nlnetlabs.nl/%{name}/
|
||||
Source: http://www.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
|
||||
@ -31,7 +31,7 @@ The devel package contains the ldns library and the include files
|
||||
#libtoolize
|
||||
#autoreconf
|
||||
|
||||
%configure --disable-rpath
|
||||
%configure --disable-rpath --with-sha2
|
||||
|
||||
%build
|
||||
|
||||
@ -85,6 +85,9 @@ rm -rf %{buildroot}
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Wed May 28 2008 Paul Wouters <paul@xelerance.com> - 1.3.0-3
|
||||
- enable SHA2 functionality
|
||||
|
||||
* Wed May 28 2008 Paul Wouters <paul@xelerance.com> - 1.3.0-2
|
||||
- re-tag (don't do builds while renaming local repo dirs)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user