From 9deec083488ac6a8e930f6bf00c125864ebc54e8 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Wed, 5 Oct 2016 11:48:55 +0300 Subject: [PATCH] attempt to fix build of Interopt Example on ubuntu 14.04. --- InteropExample/src/main/kotlin/llvm/LLVM.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InteropExample/src/main/kotlin/llvm/LLVM.def b/InteropExample/src/main/kotlin/llvm/LLVM.def index b3766f6a773..7c39140a493 100644 --- a/InteropExample/src/main/kotlin/llvm/LLVM.def +++ b/InteropExample/src/main/kotlin/llvm/LLVM.def @@ -24,5 +24,5 @@ linkerOpts = -stdlib=libc++ -fPIC -fvisibility-inlines-hidden \ -lLLVMCodeGen -lLLVMScalarOpts -lLLVMInstCombine -lLLVMInstrumentation -lLLVMProfileData -lLLVMTransformUtils \ -lLLVMBitWriter -lLLVMExecutionEngine -lLLVMTarget -lLLVMAnalysis -lLLVMRuntimeDyld -lLLVMObject -lLLVMMCParser \ -lLLVMBitReader -lLLVMMC -lLLVMCore -lLLVMSupport -lz -lm -lffi - +linkerOpts.linux = -Wl,-z,noexecstack linkerOpts.osx = -lcurses