[xiph-commits] r16748 - trunk/theora
giles at svn.xiph.org
giles at svn.xiph.org
Sun Dec 13 10:31:17 PST 2009
Author: giles
Date: 2009-12-13 10:31:17 -0800 (Sun, 13 Dec 2009)
New Revision: 16748
Modified:
trunk/theora/configure.ac
Log:
Apply symbol versioning went building on hurd and kfreebsd; those
platforms also use the GNU linker.
Patch from John Ferlito.
Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac 2009-12-11 21:26:29 UTC (rev 16747)
+++ trunk/theora/configure.ac 2009-12-13 18:31:17 UTC (rev 16748)
@@ -237,7 +237,7 @@
THC_VERSION_ARG="-export-symbols \$(top_srcdir)/win32/libtheora.def"
AC_MSG_RESULT([-export-symbols])
;;
- linux* | solaris* )
+ linux* | solaris* | gnu* | k*bsd*-gnu)
THDEC_VERSION_ARG='-Wl,--version-script=$(srcdir)/Version_script-dec'
THENC_VERSION_ARG='-Wl,--version-script=$(srcdir)/Version_script-enc'
TH_VERSION_ARG='-Wl,--version-script=$(srcdir)/Version_script'
More information about the commits
mailing list