From 085042c6d7d78ee0b78b68c4f7f384b6d5879b1f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 6 Mar 2007 05:01:45 +0000 Subject: [PATCH] =?utf8?q?Apply=20a=20patch=20by=20Lo=C3=AFc=20Minier=20to?= =?utf8?q?=20fix=20building=20with=20-Wl,-z,defs.=20(#149144)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2007-03-06 Matthias Clasen * tests/Makefile.am: Apply a patch by Loïc Minier to fix building with -Wl,-z,defs. (#149144) svn path=/trunk/; revision=5367 --- ChangeLog | 5 +++++ tests/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3820fddf..7b825dc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-06 Matthias Clasen + + * tests/Makefile.am: Apply a patch by Loïc Minier + to fix building with -Wl,-z,defs. (#149144) + 2007-03-03 Thierry Randrianiriana * po/mg.po: Added Malagasy translation. diff --git a/tests/Makefile.am b/tests/Makefile.am index df5dd7b6..2964bd1f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -9,9 +9,9 @@ libgthread = $(top_builddir)/gthread/libgthread-2.0.la libgmodule = $(top_builddir)/gmodule/libgmodule-2.0.la libgobject = $(top_builddir)/gobject/libgobject-2.0.la -if PLATFORM_WIN32 libadd_libgmodule = $(libgmodule) libadd_libglib = $(libglib) +if PLATFORM_WIN32 no_undefined = -no-undefined module_test_exp = module-test.exp -- 2.34.1