[packages/dante] - added am patch (fixes build with automake 1.13) - disable silent-rules

qboosh qboosh at pld-linux.org
Mon Feb 4 20:52:56 CET 2013


commit a9a325a38a67eaa5004bcbcb33878cc97b4a3775
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Feb 4 20:54:02 2013 +0100

    - added am patch (fixes build with automake 1.13)
    - disable silent-rules

 dante-am.patch | 11 +++++++++++
 dante.spec     |  3 +++
 2 files changed, 14 insertions(+)
---
diff --git a/dante.spec b/dante.spec
index 19d8a9a..a1f3e23 100644
--- a/dante.spec
+++ b/dante.spec
@@ -8,6 +8,7 @@ Group:		Networking/Daemons
 Source0:	ftp://ftp.inet.no/pub/socks/%{name}-%{version}.tar.gz
 # Source0-md5:	250c6456cd3fefa17f07fa80c9ccf6bd
 Source1:	sockd.init
+Patch0:		%{name}-am.patch
 URL:		http://www.inet.no/dante/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -77,6 +78,7 @@ Statyczne biblioteki socks.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -85,6 +87,7 @@ Statyczne biblioteki socks.
 %{__autoheader}
 %{__automake}
 %configure \
+	--disable-silent-rules \
 	--without-glibc-secure
 
 %{__make}
diff --git a/dante-am.patch b/dante-am.patch
new file mode 100644
index 0000000..b9d7238
--- /dev/null
+++ b/dante-am.patch
@@ -0,0 +1,11 @@
+--- dante-1.3.2/configure.ac.orig	2011-08-03 19:11:46.000000000 +0200
++++ dante-1.3.2/configure.ac	2013-02-04 20:13:29.988670982 +0100
+@@ -19,7 +19,7 @@
+ 
+ AM_INIT_AUTOMAKE(dante, ${version})
+ AC_CONFIG_SRCDIR(include/common.h)
+-AM_CONFIG_HEADER(include/autoconf.h)
++AC_CONFIG_HEADERS(include/autoconf.h)
+ 
+ AC_SUBST(RPMVERSION1)
+ AC_SUBST(RPMVERSION2)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dante.git/commitdiff/a9a325a38a67eaa5004bcbcb33878cc97b4a3775



More information about the pld-cvs-commit mailing list