mirror of https://github.com/GNOME/gimp.git
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:
parent
3cbb3dc994
commit
5a1cf727bf
|
@ -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
|
||||
|
|
|
@ -184,6 +184,7 @@ gimp_console_2_7_LDADD = \
|
|||
$(FONTCONFIG_LIBS) \
|
||||
$(FREETYPE_LIBS) \
|
||||
$(GEGL_LIBS) \
|
||||
$(GLIB_LIBS) \
|
||||
$(RT_LIBS) \
|
||||
$(INTLLIBS) \
|
||||
$(GIMPICONRC)
|
||||
|
|
Loading…
Reference in New Issue