summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordian Edenhofer2020-09-15 11:20:14 +0200
committerGordian Edenhofer2020-09-15 11:20:14 +0200
commitc4759e145c46f28be07e737912300599f45384a5 (patch)
tree4d6270773f58b7e8fe7f5d27c7c9980161d47c23 /PKGBUILD
parent85b1fe75ed426776d09ebdce66c173fef9d3d11a (diff)
downloadaur-c4759e145c46f28be07e737912300599f45384a5.tar.gz
upgpkg: pcc 1.1.0-1
Fix build on systems with recent dependencies. Thanks @Elronnd for the hint!
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dffc149ef8e8..bece88c26c2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,6 +17,8 @@ sha512sums=('5bd2b59fbb323016d215023ce77793ae66766e8e8192b44bf0707ee444658022e16
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ export CFLAGS+=" -fcommon "
+
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/pcc