! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
thunar-plugin/Makefile.am is mixing _LDFLAGS with _LIBADD resulting in failur...
Status:
RESOLVED: FIXED
Product:
Thunar-media-tags-plugin
Component:
General

Comments

Description Samuli Suominen 2011-12-02 14:59:30 CET
Created attachment 3997 
Fix underlinking by refactoring libraries to LIBADD in Makefile.am

libraries with libtool and automake should be passed from LIBADD instead of LDFLAGS so the linking order is correct. the problem is visible with the GNU gold linker, or with the GNU old-style linker using -Wl,--as-needed

attached patch fixes the obvious mistake

Bug #8213

Reported by:
Samuli Suominen
Reported on: 2011-12-02
Last modified on: 2018-02-14

People

Assignee:
Jannis Pohlmann
CC List:
1 user

Version

Version:
unspecified

Attachments

Additional information