summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2016-09-05 23:48:26 +0200
committerStefan Husmann2016-09-05 23:48:26 +0200
commit4e949eec3788301693233519a2566e903e395f5b (patch)
tree7d24e4660ff4257d5a32ce3481a8a6e2d0734cc5 /PKGBUILD
parent969a0a385e736d82fad6c8439e2f396f366d5f89 (diff)
downloadaur-4e949eec3788301693233519a2566e903e395f5b.tar.gz
workaround for not using clang
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6592e1621463..754a1a974073 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ build() {
# Avoid hardening-wrapper (taken from emacs-pretest, thanks to Thomas Jost).
export PATH=$(echo "$PATH" | sed 's!/usr/lib/hardening-wrapper/bin!!g')
- CC=clang ./configure --prefix=/usr \
+ CFLAGS+=" -fno-builtin-malloc" ./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=/usr/lib \