[packages/freeradius-server] - fix building with automake 1.13 - rel 5
baggins
baggins at pld-linux.org
Sun Jun 9 20:41:04 CEST 2013
commit 78deb215bd3a3e4b002f713cfe7adaec426fba57
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Jun 9 20:40:47 2013 +0200
- fix building with automake 1.13
- rel 5
am.patch | 11 +++++++++++
freeradius-server.spec | 4 +++-
2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/freeradius-server.spec b/freeradius-server.spec
index 0326fef..f7d58a3 100644
--- a/freeradius-server.spec
+++ b/freeradius-server.spec
@@ -17,7 +17,7 @@ Summary: High-performance and highly configurable RADIUS server
Summary(pl.UTF-8): Szybki i wysoce konfigurowalny serwer RADIUS
Name: freeradius-server
Version: 2.2.0
-Release: 4
+Release: 5
License: GPL
Group: Networking/Daemons/Radius
Source0: ftp://ftp.freeradius.org/pub/radius/%{name}-%{version}.tar.bz2
@@ -36,6 +36,7 @@ Patch5: %{name}-rubyhdrs.patch
Patch6: failed_calls_accounting.patch
Patch7: http://eduroam.pl/Dokumentacja/cui-fr-2.2.0.patch
Patch8: format-security.patch
+Patch9: am.patch
URL: http://www.freeradius.org/
%{?with_firebird:BuildRequires: Firebird-devel}
BuildRequires: autoconf
@@ -236,6 +237,7 @@ Header files and libraries.
%{?with_failed_calls_acc:%patch6 -p0}
%patch7 -p1
%patch8 -p1
+%patch9 -p1
%build
# Keep it for future when ac/am regeneration will be ok
diff --git a/am.patch b/am.patch
new file mode 100644
index 0000000..063e352
--- /dev/null
+++ b/am.patch
@@ -0,0 +1,11 @@
+--- freeradius-server-2.2.0/libltdl/configure.ac~ 2012-09-10 13:51:34.000000000 +0200
++++ freeradius-server-2.2.0/libltdl/configure.ac 2013-06-09 20:39:52.891748305 +0200
+@@ -51,7 +51,7 @@
+ ## Automake Initialisation. ##
+ ## ------------------------ ##
+ AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION, -)
+-AM_CONFIG_HEADER([config.h:config-h.in])
++AC_CONFIG_HEADERS([config.h:config-h.in])
+
+
+ ## ------------------ ##
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/freeradius-server.git/commitdiff/78deb215bd3a3e4b002f713cfe7adaec426fba57
More information about the pld-cvs-commit
mailing list