After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 741865 - Fail to link camera-player and video-content because of the incorrect use of LDFLAGS
Fail to link camera-player and video-content because of the incorrect use of ...
Status: RESOLVED FIXED
Product: clutter-gst
Classification: Other
Component: general
3.0.x
Other FreeBSD
: Normal normal
: ---
Assigned To: clutter-gst-maint
clutter-gst-maint
Depends on:
Blocks:
 
 
Reported: 2014-12-22 15:06 UTC by Ting-Wei Lan
Modified: 2014-12-23 14:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
examples: fix linking problem by replacing LDFLAGS with LDADD (1.10 KB, patch)
2014-12-22 15:06 UTC, Ting-Wei Lan
committed Details | Review

Description Ting-Wei Lan 2014-12-22 15:06:35 UTC
Created attachment 293186 [details] [review]
examples: fix linking problem by replacing LDFLAGS with LDADD

We should put libraries in LDADD, not LDFLAGS. I hope we can push the patch to both master and clutter-gst-3.0 branch.
Comment 1 Lionel Landwerlin 2014-12-23 14:26:18 UTC
Thanks, that got fixed on the 2.0 branch earlier this year, I should have backported this.