summaryrefslogtreecommitdiff
blob: ed318cab838634f1c2b44d9402a062c5b39db6ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Julian Ospald <hasufell@gentoo.org>
Date: Thu May 31 21:37:47 UTC 2012
Subject: build system

fix underlinking in test phase
wrt https://bugs.gentoo.org/show_bug.cgi?id=418447

--- a/build/Makefile.test
+++ b/build/Makefile.test
@@ -48,8 +48,8 @@
     USE_PROXY_FLAG = $(DEFINE_KEY)HARNESS_USE_PROXY
     CPLUS_FLAGS += $(USE_PROXY_FLAG)
     LINK_TBB.LIB = $(PROXY.LIB)
-    LIBS += $(LIBDL)
-endif
+endif
+LIBS += $(LIBDL)
 
 include $(tbb_root)/build/common_rules.inc