8d53514c3e6d5e326e917e63437ef51224176803
[openwrt/svn-archive/archive.git] / libs / glib2 / patches / 020-dont-build-tests.patch
1 diff -urN glib-2.18.1.orig/gio/Makefile.in glib-2.18.1/gio/Makefile.in
2 --- glib-2.18.1.orig/gio/Makefile.in 2008-10-03 23:13:00.000000000 +0200
3 +++ glib-2.18.1/gio/Makefile.in 2008-10-03 23:15:25.000000000 +0200
4 @@ -180,7 +180,7 @@
5 distclean-recursive maintainer-clean-recursive
6 ETAGS = etags
7 CTAGS = ctags
8 -DIST_SUBDIRS = xdgmime inotify fen win32 . fam tests
9 +DIST_SUBDIRS = xdgmime inotify fen . fam
10 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
11 ACLOCAL = @ACLOCAL@
12 ALLOCA = @ALLOCA@
13 diff -urN glib-2.18.1.orig/glib/Makefile.in glib-2.18.1/glib/Makefile.in
14 --- glib-2.18.1.orig/glib/Makefile.in 2008-10-03 23:12:28.000000000 +0200
15 +++ glib-2.18.1/glib/Makefile.in 2008-10-03 23:14:46.000000000 +0200
16 @@ -412,8 +412,8 @@
17 @ENABLE_REGEX_TRUE@gregex_c = gregex.c
18 @ENABLE_REGEX_FALSE@gregex_h =
19 @ENABLE_REGEX_TRUE@gregex_h = gregex.h
20 -SUBDIRS = libcharset $(PRINTF_SUBDIR) $(MAYBE_PCRE) update-pcre . tests
21 -DIST_SUBDIRS = libcharset gnulib pcre update-pcre tests
22 +SUBDIRS = libcharset $(PRINTF_SUBDIR) $(MAYBE_PCRE) update-pcre .
23 +DIST_SUBDIRS = libcharset gnulib pcre update-pcre
24 AM_CPPFLAGS = \
25 -I$(top_srcdir) \
26 $(pcre_inc) \
27 diff -urN glib-2.18.1.orig/gobject/Makefile.in glib-2.18.1/gobject/Makefile.in
28 --- glib-2.18.1.orig/gobject/Makefile.in 2008-10-03 23:12:46.000000000 +0200
29 +++ glib-2.18.1/gobject/Makefile.in 2008-10-03 23:16:12.000000000 +0200
30 @@ -341,7 +341,7 @@
31 # GObject - GLib Type, Object, Parameter and Signal Library
32 # Copyright (C) 1997,98,99,2000 Tim Janik and Red Hat, Inc.
33 #
34 -SUBDIRS = . tests
35 +SUBDIRS = .
36 AM_CPPFLAGS = \
37 -DG_LOG_DOMAIN=\"GLib-GObject\" \
38 -I$(top_srcdir) \
39 diff -urN glib-2.18.1.orig/Makefile.in glib-2.18.1/Makefile.in
40 --- glib-2.18.1.orig/Makefile.in 2008-10-03 23:12:28.000000000 +0200
41 +++ glib-2.18.1/Makefile.in 2008-10-03 23:14:14.000000000 +0200
42 @@ -340,7 +340,7 @@
43 gio-2.0-uninstalled.pc.in gio-unix-2.0-uninstalled.pc.in
44 TEST_PROGS =
45 AUTOMAKE_OPTIONS = 1.7
46 -SUBDIRS = . m4macros glib gmodule gthread gobject gio tests po docs
47 +SUBDIRS = . m4macros glib gmodule gthread gobject gio po docs
48 DIST_SUBDIRS = $(SUBDIRS) build
49 bin_SCRIPTS = glib-gettextize
50 AM_CPPFLAGS = \