]> git.pld-linux.org Git - packages/freeradius-server.git/commitdiff
- fix building with automake 1.13 auto/th/freeradius-server-2.2.0-5
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 9 Jun 2013 18:40:47 +0000 (20:40 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 9 Jun 2013 18:40:47 +0000 (20:40 +0200)
- rel 5

am.patch [new file with mode: 0644]
freeradius-server.spec

diff --git a/am.patch b/am.patch
new file mode 100644 (file)
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])
+ ## ------------------ ##
index 0326fefae98d091111571109a046c89484dd1f01..f7d58a39fc1a01a25cb98e4d37307020f0213dc4 100644 (file)
@@ -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
This page took 0.054625 seconds and 4 git commands to generate.