summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-03-26 22:40:55 +0100
committerhaawda2021-03-26 22:40:55 +0100
commit6db497ae800415c915f51fd1c0e52fb9291ae0fc (patch)
tree7b879dc09b104991e15fd07c4aeb91c21cba40ca
parent1118d9867f346fa3777a20e5c55bc0fe61254fa8 (diff)
downloadaur-6db497ae800415c915f51fd1c0e52fb9291ae0fc.tar.gz
add '-fcommon' to CFLAGS
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be67053fab50..811469c80633 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = halibut
pkgdesc = free document preparation system
pkgver = 1.2
- pkgrel = 1
+ pkgrel = 2
url = http://www.chiark.greenend.org.uk/~sgtatham/halibut/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 769c6e65b1f3..7c5a62c418a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=halibut
pkgver=1.2
-pkgrel=1
+pkgrel=2
pkgdesc="free document preparation system"
url="http://www.chiark.greenend.org.uk/~sgtatham/halibut/"
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ prepare() {
build() {
cd $pkgname-$pkgver
- prefix=/usr make
+ CFLAGS+=" -fcommon" prefix=/usr make
cd doc
make
}