Files @ 05a911590551
Branch filter:

Location: ohnobinki_overlay/sys-devel/libtool/files/2.2.6a/libtool-2.2.6a-tests-locale.patch

binki
dev-php/securimage: Minor fixes to make securimage more ready for sunrise.

(Portage version: 2.2.0_alpha23-r1/hg/Linux x86_64, signed Manifest commit with key 6BA81050)
Index: libtool-2.2.6/tests/localization.at
===================================================================
--- libtool-2.2.6.orig/tests/localization.at
+++ libtool-2.2.6/tests/localization.at
@@ -47,6 +47,7 @@ mv -f stdout expected-stdout
 mv -f stderr expected-stderr
 AT_CHECK([$LIBTOOL --mode=compile --tag=CC $CC $CPPFLAGS $CFLAGS -c a.c || exit 1],
 	 [1], [stdout], [stderr])
+AT_CHECK([grep LC_ALL stdout stderr && exit 77], [1])
 AT_CHECK([diff expected-stderr stderr])
 LTBASE=`$ECHO "$LIBTOOL" | sed 's,^.*/,,'`
 AT_CHECK([grep -v "^$LTBASE: compile" stdout | diff expected-stdout -])