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_final-


From: Gabriele Giacone
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1791-ge0fd4a4
Date: Mon, 09 Sep 2013 19:06:46 +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  e0fd4a43947380f57894e579a5d4841239959b93 (commit)
      from  f7aa161cb3eed829a03f9c32627712420ec79ca9 (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=e0fd4a43947380f57894e579a5d4841239959b93


commit e0fd4a43947380f57894e579a5d4841239959b93
Author: Gabriele Giacone <address@hidden>
Date:   Mon Sep 9 21:04:20 2013 +0200

    Fix linking on debian, if boost >= 1.50.
    
    See https://svn.boost.org/trac/boost/ticket/7241

diff --git a/testsuite/libbase.all/Makefile.am 
b/testsuite/libbase.all/Makefile.am
index 0f0015e..911f7ff 100644
--- a/testsuite/libbase.all/Makefile.am
+++ b/testsuite/libbase.all/Makefile.am
@@ -83,12 +83,12 @@ NoSeekFileTest_LDADD = $(LDADD)
 URLTest_SOURCES = URLTest.cpp
 URLTest_CPPFLAGS =  $(AM_CPPFLAGS) \
        '-DBUILDDIR="$(abs_builddir)"'
-URLTest_LDADD = $(LDADD)
+URLTest_LDADD = $(LDADD) -lboost_system
 
 RcTest_SOURCES = RcTest.cpp
 RcTest_CPPFLAGS =  $(AM_CPPFLAGS) \
        -DSRCDIR="$(srcdir)"
-RcTest_LDADD = $(LDADD)
+RcTest_LDADD = $(LDADD) -lboost_system
 
 IntTypesTest_SOURCES = IntTypesTest.cpp
 IntTypesTest_CPPFLAGS =  $(AM_CPPFLAGS) \

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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