a5776b7a6e
* build our own glib-genmarshal and remove requirement for a host one * add a patch to disable docs and tests * add libtool fixes * tweak sed-ifications for pkgconfig files * cleanup git-svn-id: svn://svn.openwrt.org/openwrt/packages@9106 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
420 B
Diff
13 lines
420 B
Diff
diff -ruN glib-2.12.12-old/Makefile.in glib-2.12.12-new/Makefile.in
|
|
--- glib-2.12.12-old/Makefile.in 2007-05-02 01:20:29.000000000 +0200
|
|
+++ glib-2.12.12-new/Makefile.in 2007-08-18 22:02:49.000000000 +0200
|
|
@@ -239,7 +239,7 @@
|
|
|
|
AUTOMAKE_OPTIONS = 1.7
|
|
|
|
-SUBDIRS = . m4macros glib gobject gmodule gthread tests build po docs
|
|
+SUBDIRS = . m4macros glib gobject gmodule gthread build po
|
|
|
|
bin_SCRIPTS = glib-gettextize
|
|
|