From: jow Date: Sun, 12 Dec 2010 23:17:14 +0000 (+0000) Subject: [packages] liboil: disable docs, tests and examples - solves -lintl linking error... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=224a1895cbcb4b249160e2f58c4fc2a68852c1fa;p=packages.git [packages] liboil: disable docs, tests and examples - solves -lintl linking error spotted by buildbot git-svn-id: svn://svn.openwrt.org/openwrt/packages@24527 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/liboil/patches/001-disable-docs-tests-examples.patch b/libs/liboil/patches/001-disable-docs-tests-examples.patch new file mode 100644 index 000000000..915965c79 --- /dev/null +++ b/libs/liboil/patches/001-disable-docs-tests-examples.patch @@ -0,0 +1,22 @@ +--- a/Makefile.in ++++ b/Makefile.in +@@ -278,7 +278,7 @@ top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + AUTOMAKE_OPTIONS = foreign +-SUBDIRS = liboil testsuite examples doc ++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 + diff --git a/libs/liboil/patches/001-no_docs.patch b/libs/liboil/patches/001-no_docs.patch deleted file mode 100644 index 935970293..000000000 --- a/libs/liboil/patches/001-no_docs.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile.in -+++ b/Makefile.in -@@ -278,7 +278,7 @@ top_build_prefix = @top_build_prefix@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - AUTOMAKE_OPTIONS = foreign --SUBDIRS = liboil testsuite examples doc -+SUBDIRS = liboil testsuite - EXTRA_DIST = COPYING autogen.sh gtk-doc.make HACKING BUG-REPORTING - DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc - pkgconfig_DATA = liboil-$(LIBOIL_MAJORMINOR).pc