gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-241-g93a5f96
Date: Fri, 11 Mar 2011 17:51:58 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  93a5f96f6bbd69a431de828e4230c7d6d3d783fb (commit)
      from  e632f2ea4460637bf1b0f8ebbd6a53c47838abb6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=93a5f96f6bbd69a431de828e4230c7d6d3d783fb


commit 93a5f96f6bbd69a431de828e4230c7d6d3d783fb
Author: Sandro Santilli <address@hidden>
Date:   Fri Mar 11 18:50:43 2011 +0100

    It seems we need to explictly link to boost here, to avoid undefined 
reference to 'boost::lock_error::lock_error()' errors (on lucid-linux-x86 32bit)

diff --git a/testsuite/libcore.all/Makefile.am 
b/testsuite/libcore.all/Makefile.am
index 7d2d2d9..13f2217 100644
--- a/testsuite/libcore.all/Makefile.am
+++ b/testsuite/libcore.all/Makefile.am
@@ -63,7 +63,8 @@ AM_LDFLAGS = \
        $(top_builddir)/libcore/libgnashcore.la \
        $(top_builddir)/libbase/libgnashbase.la \
        $(top_builddir)/libmedia/libgnashmedia.la \
-       $(top_builddir)/libsound/libgnashsound.la
+       $(top_builddir)/libsound/libgnashsound.la \
+       $(BOOST_LIBS) 
 
 BitsReaderTest_SOURCES = BitsReaderTest.cpp
 BitsReaderTest_LDADD = $(AM_LDFLAGS)

-----------------------------------------------------------------------

Summary of changes:
 testsuite/libcore.all/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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