[gstreamer-bugs] [Bug 615697] Problems with Makefile

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Apr 14 17:58:32 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=615697
  GStreamer | gst-plugins-base | unspecified

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #5 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-04-15 00:58:21 UTC ---
commit b5f0b7c2210d5a813df68b34dcc1af89beeb68a8
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Wed Apr 14 13:43:44 2010 +0100

    build: use LDADD instead of LDFLAGS to specify libs to link to when
building executables

    Use foo_LDADD instead of foo_LDFLAGS to specify the libraries to link to.
    This should make sure arguments are passed to the linker in the right
    order, and makes LDFLAGS usable again.

    Based on initial patch by Brian Cameron <brian.cameron at oracle.com>

    Fixes #615697.


commit cc04850bd89680a2a71e9b1174c9b5a21f13e37a
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Wed Apr 14 20:06:09 2010 +0100

    tests: use LDADD for libs to link to instead of LDFLAGS

    Use foo_LDADD instead of foo_LDFLAGS to specify the libraries to link to.
    This should make sure arguments are passed to the linker in the right
    order, and makes LDFLAGS usable again.

    Based on patch by Brian Cameron <brian.cameron at oracle.com>

    Fixes #615697.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list