[packages/libtool] - fix for loop in cmdline_wrap test

arekm arekm at pld-linux.org
Thu Oct 30 23:27:47 CET 2014


commit a4f8bf638ccaf9b3d6211122e0c541b6b2a7e788
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu Oct 30 23:27:23 2014 +0100

    - fix for loop in cmdline_wrap test

 libtool-tests.patch | 11 +++++++++++
 libtool.spec        |  2 ++
 2 files changed, 13 insertions(+)
---
diff --git a/libtool.spec b/libtool.spec
index a19c2e0..807b146 100644
--- a/libtool.spec
+++ b/libtool.spec
@@ -24,6 +24,7 @@ Patch1:		%{name}-libdirs.patch
 Patch2:		%{name}-multilib.patch
 Patch3:		%{name}-linking-order.patch
 Patch4:		%{name}-fuse-ld.patch
+Patch5:		%{name}-tests.patch
 URL:		http://www.gnu.org/software/libtool/
 BuildRequires:	/usr/bin/which
 BuildRequires:	autoconf >= 2.59
@@ -152,6 +153,7 @@ utilizando componentes estáticos (raramente necessário).
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %{__aclocal} -I m4
diff --git a/libtool-tests.patch b/libtool-tests.patch
new file mode 100644
index 0000000..1a35fe0
--- /dev/null
+++ b/libtool-tests.patch
@@ -0,0 +1,11 @@
+--- libtool-2.4.3/tests/cmdline_wrap.at~	2014-10-27 18:20:51.000000000 +0100
++++ libtool-2.4.3/tests/cmdline_wrap.at	2014-10-30 22:37:17.938397654 +0100
+@@ -28,7 +28,7 @@
+ AT_SETUP([Run tests with low max_cmd_len])
+ AT_KEYWORDS([recursive expensive])
+ dnl If we already have failures, then reruns will fail too!
+-fail_list=`for f in ?/fail ??/fail ???/fail ????/fail; do echo $f; end`
++fail_list=`for f in ?/fail ??/fail ???/fail ????/fail; do echo $f; done`
+ AT_CHECK([test -z "$fail_list" || (exit 77)])
+ m4_ifdef([AT_CAPTURE_FILE],
+ [AT_CAPTURE_FILE([testsuite.log])])
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libtool.git/commitdiff/a4f8bf638ccaf9b3d6211122e0c541b6b2a7e788



More information about the pld-cvs-commit mailing list