summaryrefslogtreecommitdiff
path: root/dev-cpp/tbb/files/tbb-2017.20161128-underlinking.patch
blob: 5935017a325e93db9a76be127f2c9590bbd22bac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
https://bugs.gentoo.org/show_bug.cgi?id=418447

--- a/build/Makefile.test
+++ b/build/Makefile.test
@@ -44,8 +44,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)
 
 TEST_SUFFIXES=secondary compiler_builtins pic
 include $(tbb_root)/build/common_rules.inc