pkgsrc/lang/libLLVM34/patches/patch-unittests_ExecutionEngine_MCJIT_Makefile
tnn 0618e61bdb Import libLLVM34-3.4.2 as lang/libLLVM34.
Previous version of lang/libLLVM for packages that don't work with the
current version.
2015-03-04 19:34:27 +00:00

14 lines
471 B
Text

$NetBSD: patch-unittests_ExecutionEngine_MCJIT_Makefile,v 1.1 2015/03/04 19:34:27 tnn Exp $
Fix build with shared linkage.
--- unittests/ExecutionEngine/MCJIT/Makefile.orig 2013-10-21 22:35:06.000000000 +0000
+++ unittests/ExecutionEngine/MCJIT/Makefile
@@ -10,6 +10,7 @@
LEVEL = ../../..
TESTNAME = MCJIT
LINK_COMPONENTS := core mcjit native support
+USEDLIBS += LLVMMCJIT.a
include $(LEVEL)/Makefile.config
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest