GNOME Bugzilla – Bug 725364
demos: Remove libraries from LDFLAGS
Last modified: 2014-03-03 20:22:27 UTC
The libraries that the demos link against are already (properly) listed in the per-target _LDADD variable. Libraries should never be in LDFLAGS -- this is for linker options only. This unbreaks the build on FreeBSD
Created attachment 270536 [details] [review] demos: Remove libraries from LDFLAGS
Review of attachment 270536 [details] [review]: Applied, thanks!