aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/gettext-full/patches/001-no_examples_and_tests.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-10-10 17:58:23 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-10-10 17:58:23 +0000
commit72d516ef89b1f50a9c8bc7eada6b231ecd826dd8 (patch)
tree81bdeeace5d266416f9c3b9cefad21d6ece4cbf5 /package/libs/gettext-full/patches/001-no_examples_and_tests.patch
parent1e06752a51b08dae12dfbac4e0704ff121c59928 (diff)
downloadmaster-187ad058-72d516ef89b1f50a9c8bc7eada6b231ecd826dd8.tar.gz
master-187ad058-72d516ef89b1f50a9c8bc7eada6b231ecd826dd8.tar.bz2
master-187ad058-72d516ef89b1f50a9c8bc7eada6b231ecd826dd8.zip
gettext-full: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33713 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/gettext-full/patches/001-no_examples_and_tests.patch')
-rw-r--r--package/libs/gettext-full/patches/001-no_examples_and_tests.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/package/libs/gettext-full/patches/001-no_examples_and_tests.patch b/package/libs/gettext-full/patches/001-no_examples_and_tests.patch
new file mode 100644
index 0000000000..7cdb389fcb
--- /dev/null
+++ b/package/libs/gettext-full/patches/001-no_examples_and_tests.patch
@@ -0,0 +1,22 @@
+--- a/gettext-runtime/Makefile.in
++++ b/gettext-runtime/Makefile.in
+@@ -208,7 +208,7 @@ AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGE
+ ETAGS = etags
+ CTAGS = ctags
+ DIST_SUBDIRS = doc intl intl-java intl-csharp gnulib-lib libasprintf \
+- src po man m4 tests
++ src po man m4
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ distdir = $(PACKAGE)-$(VERSION)
+ top_distdir = $(distdir)
+--- a/gettext-tools/Makefile.in
++++ b/gettext-tools/Makefile.in
+@@ -1248,7 +1248,7 @@ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
+ ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../m4 -I gnulib-m4 -I libgrep/gnulib-m4 -I libgettextpo/gnulib-m4
+-SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests examples
++SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4
+
+ # Allow users to use "gnulib-tool --update".
+