diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-05-11 20:47:50 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-05-11 20:47:50 +0000 |
commit | d7195fba1e23e23f52e320ba51f518b14cc3c5c0 (patch) | |
tree | 94bcd6a5595f0c2327cf82d40f008868ca8c60aa | |
parent | 4a246a0d9d3bba695bd84532ee4a6fca19415e1b (diff) | |
download | gst-plugins-bad-d7195fba1e23e23f52e320ba51f518b14cc3c5c0.tar.gz gst-plugins-bad-d7195fba1e23e23f52e320ba51f518b14cc3c5c0.tar.bz2 gst-plugins-bad-d7195fba1e23e23f52e320ba51f518b14cc3c5c0.zip |
put back -no-undefined
Original commit message from CVS:
put back -no-undefined
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2438f617..bdbed4d6 100644 --- a/configure.ac +++ b/configure.ac @@ -615,6 +615,11 @@ GST_CFLAGS="-I\$(top_srcdir)/gst-libs -I\$(top_builddir)/gst-libs $GST_CFLAGS \$ AC_SUBST(GST_CFLAGS) AC_SUBST(GST_LIBS) +dnl LDFLAGS really should only contain flags, not libs - they get added before +dnl whatevertarget_LIBS and -L flags here affect the rest of the linking +GST_ALL_LDFLAGS="-no-undefined" +AC_SUBST(GST_ALL_LDFLAGS) + dnl this really should only contain flags, not libs - they get added before dnl whatevertarget_LIBS and -L flags here affect the rest of the linking GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugin_desc\$\$' $GST_ALL_LDFLAGS" |