[Swfdec-commits] Branch '0.6' - configure.ac

Benjamin Otte company at kemper.freedesktop.org
Sat May 31 04:22:28 PDT 2008


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b39a5580b70cfa83630b5e610f16c2e955fa57de
Author: Lúcio Corrêa <lucio.correa at gmail.com>
Date:   Sat May 24 11:21:33 2008 +0200

    Make swfdec compile with gold linker

diff --git a/configure.ac b/configure.ac
index e302489..7094632 100644
--- a/configure.ac
+++ b/configure.ac
@@ -306,7 +306,7 @@ AC_SUBST(GLOBAL_CFLAGS)
 AC_SUBST(GLOBAL_CFLAGS)
 
 SWFDEC_CFLAGS="-I\$(top_srcdir) $GLIB_CFLAGS $CAIRO_CFLAGS"
-SWFDEC_LIBS="\$(top_builddir)/swfdec/libswfdec-$SWFDEC_MAJORMINOR.la $GLIB_LIBS $CAIRO_LIBS -lz"
+SWFDEC_LIBS="\$(top_builddir)/swfdec/libswfdec-$SWFDEC_MAJORMINOR.la $GLIB_LIBS $CAIRO_LIBS -lz -lm"
 AC_SUBST(SWFDEC_LIBS)
 AC_SUBST(SWFDEC_CFLAGS)
 


More information about the Swfdec-commits mailing list