gettext/disable-gettext-runtime-test-lock.patch

27 lines
868 B
Diff
Raw Normal View History

2016-01-05 01:31:31 +00:00
Index: gettext-0.19.7/gettext-runtime/tests/Makefile.am
===================================================================
2016-01-05 01:31:31 +00:00
--- gettext-0.19.7.orig/gettext-runtime/tests/Makefile.am
+++ gettext-0.19.7/gettext-runtime/tests/Makefile.am
2015-07-16 08:22:42 +00:00
@@ -20,7 +20,7 @@
AUTOMAKE_OPTIONS = 1.11 gnits no-dependencies color-tests subdir-objects
EXTRA_DIST =
-TESTS = test-lock
+TESTS =
AM_CPPFLAGS = \
-I.. \
2016-01-05 01:31:31 +00:00
Index: gettext-0.19.7/gettext-runtime/tests/Makefile.in
===================================================================
2016-01-05 01:31:31 +00:00
--- gettext-0.19.7.orig/gettext-runtime/tests/Makefile.in
+++ gettext-0.19.7/gettext-runtime/tests/Makefile.in
@@ -86,7 +86,7 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-TESTS = test-lock$(EXEEXT)
2016-01-05 01:31:31 +00:00
+TESTS =
check_PROGRAMS = test-lock$(EXEEXT)
subdir = tests
2015-07-16 08:22:42 +00:00
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4