From 8a834faade6a95405456e256c376e27bcc29b8be Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 12 Dec 2010 23:17:14 +0000 Subject: [PATCH] liboil: disable docs, tests and examples - solves -lintl linking error spotted by buildbot SVN-Revision: 24527 --- ....patch => 001-disable-docs-tests-examples.patch} | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) rename libs/liboil/patches/{001-no_docs.patch => 001-disable-docs-tests-examples.patch} (62%) diff --git a/libs/liboil/patches/001-no_docs.patch b/libs/liboil/patches/001-disable-docs-tests-examples.patch similarity index 62% rename from libs/liboil/patches/001-no_docs.patch rename to libs/liboil/patches/001-disable-docs-tests-examples.patch index 935970293..915965c79 100644 --- a/libs/liboil/patches/001-no_docs.patch +++ b/libs/liboil/patches/001-disable-docs-tests-examples.patch @@ -5,7 +5,18 @@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = foreign -SUBDIRS = liboil testsuite examples doc -+SUBDIRS = liboil testsuite ++SUBDIRS = liboil EXTRA_DIST = COPYING autogen.sh gtk-doc.make HACKING BUG-REPORTING DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc pkgconfig_DATA = liboil-$(LIBOIL_MAJORMINOR).pc +--- a/Makefile.am ++++ b/Makefile.am +@@ -1,7 +1,7 @@ + + AUTOMAKE_OPTIONS = foreign + +-SUBDIRS = liboil testsuite examples doc ++SUBDIRS = liboil + + EXTRA_DIST = COPYING autogen.sh gtk-doc.make HACKING BUG-REPORTING + -- 2.30.2