Enable reproducible builds
This commit is contained in:
parent
fd3a7d98ef
commit
b2d121af77
@ -3,7 +3,7 @@
|
||||
|
||||
Name: pdns
|
||||
Version: 4.0.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A modern, advanced and high performance authoritative-only nameserver
|
||||
Group: System Environment/Daemons
|
||||
License: GPLv2
|
||||
@ -165,7 +165,8 @@ export CPPFLAGS="-DLDAP_DEPRECATED"
|
||||
--with-dynmodules='%{backends}' \
|
||||
--enable-tools \
|
||||
--enable-remotebackend-zeromq \
|
||||
--enable-unit-tests
|
||||
--enable-unit-tests \
|
||||
--enable-reproducible
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -311,6 +312,9 @@ exit 0
|
||||
%{_libdir}/%{name}/libtinydnsbackend.so
|
||||
|
||||
%changelog
|
||||
* Mon Jul 11 2016 Ruben Kerkhof <ruben@rubenkerkhof.com> - 4.0.0-2
|
||||
- Enable reproducible builds
|
||||
|
||||
* Mon Jul 11 2016 Morten Stevens <mstevens@fedoraproject.org> - 4.0.0-1
|
||||
- Update to 4.0.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user