gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog utilities/Makefile.am


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog utilities/Makefile.am
Date: Wed, 11 Jun 2008 12:10:54 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/06/11 12:10:54

Modified files:
        .              : ChangeLog 
        utilities      : Makefile.am 

Log message:
        * utilities/Makefile.am: add full AM_LDFLAGS to gprocessor, otherwise
          only using the LDFLAGS explicitly put in overridden _LDFLAGS
          automake variable (at least on some systems, reported on bug
          #21536). Might need back-port to 0.8.3.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6897&r2=1.6898
http://cvs.savannah.gnu.org/viewcvs/gnash/utilities/Makefile.am?cvsroot=gnash&r1=1.69&r2=1.70

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6897
retrieving revision 1.6898
diff -u -b -r1.6897 -r1.6898
--- ChangeLog   11 Jun 2008 12:09:33 -0000      1.6897
+++ ChangeLog   11 Jun 2008 12:10:53 -0000      1.6898
@@ -1,3 +1,10 @@
+2008-06-11 Sandro Santilli <address@hidden>
+
+       * utilities/Makefile.am: add full AM_LDFLAGS to gprocessor, otherwise
+         only using the LDFLAGS explicitly put in overridden _LDFLAGS
+         automake variable (at least on some systems, reported on bug
+         #21536). Might need back-port to 0.8.3.
+
 2008-06-11 Benjamin Wolsey <address@hidden>
 
        * testsuite/actionscript.all/Try.as: initial tests for try / catch

Index: utilities/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/utilities/Makefile.am,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -b -r1.69 -r1.70
--- utilities/Makefile.am       9 Jun 2008 20:53:54 -0000       1.69
+++ utilities/Makefile.am       11 Jun 2008 12:10:54 -0000      1.70
@@ -90,7 +90,7 @@
 gprocessor_SOURCES = processor.cpp
 gprocessor_CPPFLAGS = $(AM_CPPFLAGS)
 # export our symbols so they can be used by Gnash plugins
-gprocessor_LDFLAGS = -export-dynamic $(LIBLTDL)
+gprocessor_LDFLAGS = -export-dynamic $(AM_LDFLAGS)
 gprocessor_LDADD = $(GNASH_LIBS) 
 #gprocessor_DEPENDENCIES = 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]