summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuchesar V. ILIEV2018-03-12 15:27:07 +0200
committerLuchesar V. ILIEV2018-03-12 18:41:31 +0200
commit9a527bb07dfb6577af50b413be7504d476892057 (patch)
tree63a1c8a2baa10da70a3c6ea108c7191805fae64a
parent32178c82477087997dd74757c7db9206d87619fd (diff)
downloadaur-9a527bb07dfb6577af50b413be7504d476892057.tar.gz
Revert "Temporary fix for LLVM bug 35053"
This bug has actually been fixed a few months ago, so the fix is no longer needed (even if it is otherwise harmless). This reverts commit 20890882388a0b69d28b52498d09c530f1ed8782.
-rw-r--r--PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7679d8883b43..b80a87406b9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -181,12 +181,6 @@ build() {
export PKG_CONFIG_PATH='/usr/lib/pkgconfig'
- # FIXME: Temporary fix for LLVM bug 35053:
- # "error: undefined reference to 'pthread_atfork'"
- # Ref: https://bugs.llvm.org/show_bug.cgi?id=35053
- # Credit: SolarAquarion @ AUR
- export LDFLAGS="${LDFLAGS} -pthread -lpthread -lm"
-
# LLVM_BUILD_LLVM_DYLIB: Build the dynamic runtime libraries (e.g. libLLVM.so).
# LLVM_LINK_LLVM_DYLIB: Link our own tools against the libLLVM dynamic library, too.
# LLVM_BINUTILS_INCDIR: Set to binutils' plugin-api.h location in order to build LLVMgold.