From b8522250078e5f24a0e0635d7806972309a241d8 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Wed, 26 Oct 2016 19:03:45 +0300 Subject: [PATCH] linux build fix: remove libtinfo some info: Git Clone URL:https://aur.archlinux.org/libtinfo.git (read-only) Package Base:libtinfo Description:symlink to ncurses for use in cuda and other packages Upstream URL:http://www.gnu.org/software/ncurses/ Licenses:MIT Submitter:hav3lock Maintainer:hav3lock Last Packager:hav3lock Votes:209 Popularity:8.144062 First Submitted:2013-08-18 23:48 Last Updated:2016-05-24 22:29 --- backend.native/llvm.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.native/llvm.def b/backend.native/llvm.def index bcf757b61c5..df90791c195 100644 --- a/backend.native/llvm.def +++ b/backend.native/llvm.def @@ -31,5 +31,5 @@ linkerOpts.linux=\ -lLLVMBitWriter -lLLVMExecutionEngine -lLLVMTarget -lLLVMAnalysis -lLLVMRuntimeDyld -lLLVMObject -lLLVMMCParser \ -lLLVMBitReader -lLLVMMC -lLLVMCore -lLLVMSupport \ -Wl,--no-whole-archive \ - -lrt -ldl -ltinfo -lpthread -lz -lm -lffi \ + -lrt -ldl -lpthread -lz -lm -lffi \ -Wl,-z,noexecstack