* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-base/files: gst-plugins-base-0.10.31-fix-tag-test-linking.patch
@ 2011-02-07 8:41 Mart Raudsepp (leio)
0 siblings, 0 replies; only message in thread
From: Mart Raudsepp (leio) @ 2011-02-07 8:41 UTC (permalink / raw
To: gentoo-commits
leio 11/02/07 08:41:15
Added: gst-plugins-base-0.10.31-fix-tag-test-linking.patch
Log:
Fix tests when ran during upgrade from a previous version, bug 352944
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Revision Changes Path
1.1 media-libs/gst-plugins-base/files/gst-plugins-base-0.10.31-fix-tag-test-linking.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/files/gst-plugins-base-0.10.31-fix-tag-test-linking.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/files/gst-plugins-base-0.10.31-fix-tag-test-linking.patch?rev=1.1&content-type=text/plain
Index: gst-plugins-base-0.10.31-fix-tag-test-linking.patch
===================================================================
Fix tests on fresh upgrade, Gentoo bug #352944.
Without this, the generated tests/check/libs/tag libtool has /usr/lib before
local paths, because the library that comes from system gstreamer core package
is listed before the internal ones.
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -227,8 +227,8 @@
$(GST_BASE_CFLAGS) \
$(AM_CFLAGS)
libs_tag_LDADD = \
- $(GST_BASE_LIBS) \
- $(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la $(LDADD)
+ $(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la \
+ $(GST_BASE_LIBS) $(LDADD)
libs_pbutils_CFLAGS = \
$(GST_PLUGINS_BASE_CFLAGS) \
--- a/tests/check/Makefile.in
+++ b/tests/check/Makefile.in
@@ -1003,8 +1003,8 @@
$(AM_CFLAGS)
libs_tag_LDADD = \
- $(GST_BASE_LIBS) \
- $(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la $(LDADD)
+ $(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la \
+ $(GST_BASE_LIBS) $(LDADD)
libs_pbutils_CFLAGS = \
$(GST_PLUGINS_BASE_CFLAGS) \
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-02-07 8:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-07 8:41 [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-base/files: gst-plugins-base-0.10.31-fix-tag-test-linking.patch Mart Raudsepp (leio)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox