Bug 562427 – Compilation with --as-needed

2008-11-27  Michael Natterer  <mitch@gimp.org>

	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
This commit is contained in:
Michael Natterer 2008-11-27 19:21:03 +00:00 committed by Michael Natterer
parent 3cbb3dc994
commit 5a1cf727bf
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2008-11-27 Michael Natterer <mitch@gimp.org>
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 <sven@gimp.org>
Bug 562386 PF_SLIDER and PF_SPINNER 'Step' values do not change

View File

@ -184,6 +184,7 @@ gimp_console_2_7_LDADD = \
$(FONTCONFIG_LIBS) \
$(FREETYPE_LIBS) \
$(GEGL_LIBS) \
$(GLIB_LIBS) \
$(RT_LIBS) \
$(INTLLIBS) \
$(GIMPICONRC)