mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
put back -no-undefined
Original commit message from CVS: put back -no-undefined
This commit is contained in:
parent
4a246a0d9d
commit
d7195fba1e
1 changed files with 5 additions and 0 deletions
|
@ -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_CFLAGS)
|
||||||
AC_SUBST(GST_LIBS)
|
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 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
|
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"
|
GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugin_desc\$\$' $GST_ALL_LDFLAGS"
|
||||||
|
|
Loading…
Reference in a new issue