search for: symbolic_ldflags

Displaying 2 results from an estimated 2 matches for "symbolic_ldflags".

2007 Jun 13
0
Branch 'as' - 5 commits - configure.ac libswfdec/Makefile.am NEWS
...EC_LIBVERSION) AM_PROG_LIBTOOL +dnl C99 is only required to get definitions for NAN and INFINITY. +GLOBAL_CFLAGS="$GLOBAL_CFLAGS -std=c99" + + dnl ensures the library is linked against the internal Mozilla + dnl if this doesn't work on your platform, I'll take patches :) + SYMBOLIC_LDFLAGS="-Wl,-Bsymbolic" + AC_SUBST(SYMBOLIC_LDFLAGS) + dnl Add parameters for aclocal dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL) #ACLOCAL_AMFLAGS="-I m4 $ACLOCAL_AMFLAGS" diff-tree 5280befc62bf5c6dabcc61d3db6cad8e64a1164c (from parents) Merge: d7ea6d9...
2007 Jun 08
0
4 commits - configure.ac libswfdec/Makefile.am NEWS
...aec1..7270afc 100644 --- a/configure.ac +++ b/configure.ac @@ -37,6 +37,11 @@ SWFDEC_LIBVERSION="3:0:0" AC_SUBST(SWFDEC_LIBVERSION) AM_PROG_LIBTOOL +dnl ensures the library is linked against the internal Mozilla +dnl if this doesn't work on your platform, I'll take patches :) +SYMBOLIC_LDFLAGS="-Wl,-Bsymbolic" +AC_SUBST(SYMBOLIC_LDFLAGS) + dnl Add parameters for aclocal dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL) #ACLOCAL_AMFLAGS="-I m4 $ACLOCAL_AMFLAGS" diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index b3e81ac..a4219ea 100...