GNOME Bugzilla – Bug 753140
Using LDFLAGS to add libraries causes linking error
Last modified: 2015-08-02 03:54:47 UTC
We should use LIBADD and LDADD to add libraries, not LDFLAGS. Using LDFLAGS can cause wrong version of libraries to be found.
Created attachment 308617 [details] [review] build: Do not use LDFLAGS to add libraries Libraries should be added to LIBADD or LDADD, not LDFLAGS.
Review of attachment 308617 [details] [review]: looks good, thanks
Attachment 308617 [details] pushed as 4c18542 - build: Do not use LDFLAGS to add libraries