Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pygobject/files: pygobject-2.18.0-make_check.patch
Date: Fri, 24 Jul 2009 14:41:49
Message-Id: E1MULxz-0002gg-JH@stork.gentoo.org
1 ssuominen 09/07/24 14:41:47
2
3 Added: pygobject-2.18.0-make_check.patch
4 Log:
5 Compile tests/ only if "make check" is requested wrt #226345. Run eautoreconf after touching py-compile or timestamp is changed and maintainer-mode will run wrt #259832.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-python/pygobject/files/pygobject-2.18.0-make_check.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygobject/files/pygobject-2.18.0-make_check.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygobject/files/pygobject-2.18.0-make_check.patch?rev=1.1&content-type=text/plain
13
14 Index: pygobject-2.18.0-make_check.patch
15 ===================================================================
16 diff -ur pygobject-2.18.0.orig/tests/Makefile.am pygobject-2.18.0/tests/Makefile.am
17 --- pygobject-2.18.0.orig/tests/Makefile.am 2009-05-14 00:56:45.000000000 +0300
18 +++ pygobject-2.18.0/tests/Makefile.am 2009-07-24 17:26:27.000000000 +0300
19 @@ -11,7 +11,7 @@
20 test-thread.h \
21 test-unknown.h
22
23 -noinst_LTLIBRARIES = testhelper.la
24 +check_LTLIBRARIES = testhelper.la
25 linked_LIBS = testhelper.la
26
27 testhelper_la_LDFLAGS = -module -avoid-version