[packages] liboil: disable docs, tests and examples - solves -lintl linking error...
[openwrt/svn-archive/archive.git] / libs / liboil / patches / 001-disable-docs-tests-examples.patch
1 --- a/Makefile.in
2 +++ b/Makefile.in
3 @@ -278,7 +278,7 @@ top_build_prefix = @top_build_prefix@
4 top_builddir = @top_builddir@
5 top_srcdir = @top_srcdir@
6 AUTOMAKE_OPTIONS = foreign
7 -SUBDIRS = liboil testsuite examples doc
8 +SUBDIRS = liboil
9 EXTRA_DIST = COPYING autogen.sh gtk-doc.make HACKING BUG-REPORTING
10 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
11 pkgconfig_DATA = liboil-$(LIBOIL_MAJORMINOR).pc
12 --- a/Makefile.am
13 +++ b/Makefile.am
14 @@ -1,7 +1,7 @@
15
16 AUTOMAKE_OPTIONS = foreign
17
18 -SUBDIRS = liboil testsuite examples doc
19 +SUBDIRS = liboil
20
21 EXTRA_DIST = COPYING autogen.sh gtk-doc.make HACKING BUG-REPORTING
22