Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 275b43507f8052fa258a0a5834eabad2 > files > 1

ease-0.4-3.fc14.src.rpm

--- ease-0.4/m4/libtool.m4.dependencies	2010-10-15 21:25:15.000000000 +0200
+++ ease-0.4/m4/libtool.m4	2011-08-13 23:15:51.424665502 +0200
@@ -4276,7 +4276,7 @@
     # here allows them to be overridden if necessary.
     runpath_var=LD_RUN_PATH
     _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
-    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-export-dynamic'
     # ancient GNU ld didn't support --whole-archive et. al.
     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
       _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
@@ -5455,7 +5455,7 @@
         _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
-        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-export-dynamic'
 
         # If archive_cmds runs LD, not CC, wlarc should be empty
         # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
@@ -5882,7 +5882,7 @@
 	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
 
 	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-export-dynamic'
 
 	    # Archives containing C++ object files must be created using
 	    # "CC -Bstatic", where "CC" is the KAI C++ compiler.
@@ -5910,7 +5910,7 @@
 	    esac
 	    _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-export-dynamic'
 	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 	    ;;
           pgCC* | pgcpp*)
@@ -5942,7 +5942,7 @@
 	    esac
 
 	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-export-dynamic'
 	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
             ;;
 	  cxx*)
@@ -5967,7 +5967,7 @@
 	  xl*)
 	    # IBM XL 8.0 on PPC, with GNU ld
 	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-export-dynamic'
 	    _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 	    if test "x$supports_anon_versioning" = xyes; then
 	      _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
--- ease-0.4/ease-core/Makefile.am.dependencies	2010-09-25 20:23:47.000000000 +0200
+++ ease-0.4/ease-core/Makefile.am	2011-08-13 23:15:51.407665286 +0200
@@ -89,7 +89,7 @@
 	
 libease_core_@EASE_CORE_VERSION@_la_LDFLAGS = \
 	$(EASE_LDFLAGS) \
-	--export-dynamic \
+	-export-dynamic \
 	$(NULL)
 
 # header installation
--- ease-0.4/ease-core/Makefile.in.dependencies	2010-10-16 00:40:29.000000000 +0200
+++ ease-0.4/ease-core/Makefile.in	2011-08-13 23:15:51.415665386 +0200
@@ -448,7 +448,7 @@
 
 libease_core_@EASE_CORE_VERSION@_la_LDFLAGS = \
 	$(EASE_LDFLAGS) \
-	--export-dynamic \
+	-export-dynamic \
 	$(NULL)
 
 
--- ease-0.4/ease/Makefile.am.dependencies	2010-10-15 21:26:31.000000000 +0200
+++ ease-0.4/ease/Makefile.am	2011-08-13 23:15:51.417665414 +0200
@@ -47,7 +47,7 @@
 	-I$(top_srcdir)/flutter \
 	-include $(top_srcdir)/config.h
 
-ease_LDFLAGS = $(EASE_LIBS) --export-dynamic
+ease_LDFLAGS = $(EASE_LIBS) -export-dynamic
 
 ease_LDADD = \
 	$(top_builddir)/ease-core/libease-core-@EASE_CORE_VERSION@.la \
--- ease-0.4/ease/Makefile.in.dependencies	2010-10-16 00:40:29.000000000 +0200
+++ ease-0.4/ease/Makefile.in	2011-08-13 23:15:51.418665427 +0200
@@ -338,7 +338,7 @@
 	-I$(top_srcdir)/flutter \
 	-include $(top_srcdir)/config.h
 
-ease_LDFLAGS = $(EASE_LIBS) --export-dynamic
+ease_LDFLAGS = $(EASE_LIBS) -export-dynamic
 ease_LDADD = \
 	$(top_builddir)/ease-core/libease-core-@EASE_CORE_VERSION@.la \
 	$(top_builddir)/flutter/libflutter-@FLUTTER_VERSION@.la \
--- ease-0.4/configure.dependencies	2010-10-16 00:40:29.000000000 +0200
+++ ease-0.4/configure	2011-08-13 23:17:22.918840675 +0200
@@ -9095,7 +9095,7 @@
     # here allows them to be overridden if necessary.
     runpath_var=LD_RUN_PATH
     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
-    export_dynamic_flag_spec='${wl}--export-dynamic'
+    export_dynamic_flag_spec='${wl}-export-dynamic'
     # ancient GNU ld didn't support --whole-archive et. al.
     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'