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 724189 - tests, examples: fix LDFLAGS vs LDADD use
tests, examples: fix LDFLAGS vs LDADD use
Status: RESOLVED FIXED
Product: clutter-gst
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: clutter-gst-maint
clutter-gst-maint
Depends on:
Blocks:
 
 
Reported: 2014-02-11 23:20 UTC by Allison Karlitskaya (desrt)
Modified: 2014-02-12 10:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tests, examples: fix LDFLAGS vs LDADD use (3.11 KB, patch)
2014-02-11 23:20 UTC, Allison Karlitskaya (desrt)
committed Details | Review
tests, examples: fix LDFLAGS vs LDADD use (3.12 KB, patch)
2014-02-11 23:21 UTC, Allison Karlitskaya (desrt)
committed Details | Review

Description Allison Karlitskaya (desrt) 2014-02-11 23:20:33 UTC
Extra libraries to link belong in LDADD, not LDFLAGS.

This fixes the build under jhbuild on FreeBSD.
Comment 1 Allison Karlitskaya (desrt) 2014-02-11 23:20:35 UTC
Created attachment 268866 [details] [review]
tests, examples: fix LDFLAGS vs LDADD use
Comment 2 Allison Karlitskaya (desrt) 2014-02-11 23:21:34 UTC
Created attachment 268867 [details] [review]
tests, examples: fix LDFLAGS vs LDADD use

This is the same patch, against the clutter-gst-2.0 branch (which is
what jhbuild is using right now).
Comment 3 Lionel Landwerlin 2014-02-12 10:08:20 UTC
Thanks, I've pushed your patches to 2.0 and master branches.