summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-04-27 16:43:05 +0000
committerCarl Hetherington <carl@carlh.net>2012-04-27 16:43:05 +0000
commite455805d2b97dfff89ff4c9cf0b22d282b7b8366 (patch)
tree4ae4e933929ca19eeca8ce7a35aefa975224ebb8 /libs
parent0c005b9b84890d5fd94bc66e46dc6e7af3387851 (diff)
Possibly hacky fix for tests on newer Ubuntu (or maybe
its gcc 4.6.3) git-svn-id: svn://localhost/ardour2/branches/3.0@12110 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/pbd/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/pbd/wscript b/libs/pbd/wscript
index b050544524..354d757be0 100644
--- a/libs/pbd/wscript
+++ b/libs/pbd/wscript
@@ -142,6 +142,7 @@ def build(bld):
testobj.includes = obj.includes + ['test', '../pbd']
testobj.uselib = 'CPPUNIT XML SNDFILE'
testobj.use = 'libpbd'
+ testobj.linkflags = ['-lrt']
def shutdown():