summaryrefslogtreecommitdiff
path: root/packages/gstreamer/gstreamer-0.8.9/libm.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/gstreamer/gstreamer-0.8.9/libm.patch
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/gstreamer/gstreamer-0.8.9/libm.patch')
-rw-r--r--packages/gstreamer/gstreamer-0.8.9/libm.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/gstreamer/gstreamer-0.8.9/libm.patch b/packages/gstreamer/gstreamer-0.8.9/libm.patch
index e69de29bb2..21ee09fc90 100644
--- a/packages/gstreamer/gstreamer-0.8.9/libm.patch
+++ b/packages/gstreamer/gstreamer-0.8.9/libm.patch
@@ -0,0 +1,11 @@
+--- gstreamer-0.8.9/configure.ac.old 2005-02-28 02:52:28.401347752 +0000
++++ gstreamer-0.8.9/configure.ac 2005-02-28 02:52:29.728146048 +0000
+@@ -588,7 +588,7 @@
+ dnl Private vars for libgst only
+ GST_LIB_CFLAGS="$GST_PKG_CFLAGS $GST_INT_CFLAGS \
+ $VALGRIND_CFLAGS -I\$(top_srcdir)"
+-GST_LIB_LIBS="$XML_LIBS $GLIB_LIBS -lpopt $GST_PKG_LIBS $LTLIBINTL $VALGRIND_LIBS"
++GST_LIB_LIBS="$XML_LIBS $GLIB_LIBS -lpopt $GST_PKG_LIBS $LTLIBINTL $VALGRIND_LIBS -lm"
+ GST_LIB_LDFLAGS="$GST_LT_LDFLAGS -version-info $GST_LIBVERSION $EXPORT_LDFLAGS"
+ AC_SUBST(GST_LIB_CFLAGS)
+ AC_SUBST(GST_LIB_LIBS)