From 5a1cf727bfe1fd1bc97635e1d44533980208cdc2 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Thu, 27 Nov 2008 19:21:03 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20562427=20=E2=80=93=20Compilation=20with?= =?UTF-8?q?=20--as-needed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2008-11-27 Michael Natterer Bug 562427 – Compilation with --as-needed * app/Makefile.am (gimp_console_2_7_LDADD): add $(GLIB_LIBS) so libgthread gets pulled in explicitely. svn path=/trunk/; revision=27732 --- ChangeLog | 7 +++++++ app/Makefile.am | 1 + 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index a613a99bed..53d0613fb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-11-27 Michael Natterer + + Bug 562427 – Compilation with --as-needed + + * app/Makefile.am (gimp_console_2_7_LDADD): add $(GLIB_LIBS) so + libgthread gets pulled in explicitely. + 2008-11-27 Sven Neumann Bug 562386 – PF_SLIDER and PF_SPINNER 'Step' values do not change diff --git a/app/Makefile.am b/app/Makefile.am index 589fc6e815..c9b7dd9985 100644 --- a/app/Makefile.am +++ b/app/Makefile.am @@ -184,6 +184,7 @@ gimp_console_2_7_LDADD = \ $(FONTCONFIG_LIBS) \ $(FREETYPE_LIBS) \ $(GEGL_LIBS) \ + $(GLIB_LIBS) \ $(RT_LIBS) \ $(INTLLIBS) \ $(GIMPICONRC)