Add support for aarch64
This commit is contained in:
parent
c1598f56d8
commit
0afb7c23ac
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: pdns
|
Name: pdns
|
||||||
Version: 3.2
|
Version: 3.2
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: A modern, advanced and high performance authoritative-only nameserver
|
Summary: A modern, advanced and high performance authoritative-only nameserver
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -22,6 +22,9 @@ BuildRequires: systemd-units
|
|||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
BuildRequires: lua-devel
|
BuildRequires: lua-devel
|
||||||
BuildRequires: cryptopp-devel
|
BuildRequires: cryptopp-devel
|
||||||
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: automake
|
||||||
|
BuildRequires: libtool
|
||||||
Provides: powerdns = %{version}-%{release}
|
Provides: powerdns = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -95,6 +98,7 @@ This package contains the SQLite backend for %{name}
|
|||||||
%patch0 -p1 -b .default-config-patch
|
%patch0 -p1 -b .default-config-patch
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -v -f -i
|
||||||
export CPPFLAGS="-DLDAP_DEPRECATED"
|
export CPPFLAGS="-DLDAP_DEPRECATED"
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
@ -199,6 +203,9 @@ exit 0
|
|||||||
%doc pdns/bind-dnssec.schema.sqlite3.sql
|
%doc pdns/bind-dnssec.schema.sqlite3.sql
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 09 2013 Morten Stevens <mstevens@imt-systems.com> - 3.2-6
|
||||||
|
- Add support for aarch64 (rhbz#926316)
|
||||||
|
|
||||||
* Tue Mar 05 2013 Ruben Kerkhof <ruben@rubenkerkhof.com> - 3.2-5
|
* Tue Mar 05 2013 Ruben Kerkhof <ruben@rubenkerkhof.com> - 3.2-5
|
||||||
- Enable hardened build as per http://fedoraproject.org/wiki/Packaging:Guidelines#PIE
|
- Enable hardened build as per http://fedoraproject.org/wiki/Packaging:Guidelines#PIE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user