From a24c2fec33d2cf9fc12f2f71a307b90699ffae25 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Wed, 5 Oct 2016 10:08:39 +0300 Subject: [PATCH] attempt fix build on Ubuntu 14.04. --- Interop/Indexer/src/main/kotlin/clang/Clang.def | 1 + 1 file changed, 1 insertion(+) diff --git a/Interop/Indexer/src/main/kotlin/clang/Clang.def b/Interop/Indexer/src/main/kotlin/clang/Clang.def index 91dfe324588..850db54540c 100644 --- a/Interop/Indexer/src/main/kotlin/clang/Clang.def +++ b/Interop/Indexer/src/main/kotlin/clang/Clang.def @@ -5,6 +5,7 @@ headers = clang-c/Index.h compiler = clang compilerOpts = -std=c99 -fPIC +linkerOpts.linux = -Wl,-z,noexecstack linker = clang