summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiuseppe Borzi2021-06-09 00:42:38 +0200
committerGiuseppe Borzi2021-06-09 00:42:38 +0200
commit7165aae1089d7c1249ff45900bb0d303b1a1431e (patch)
tree84215f11e3d755bf41e86e3a4c838edecea0a8c5 /PKGBUILD
parent1348a7c3ced326a8263a21abf476a4466fbc505d (diff)
downloadaur-spooles.tar.gz
Fixed C options
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1972f4e15c69..93559348767a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=spooles
pkgver=2.2
-pkgrel=6
+pkgrel=7
pkgdesc="SParse Object Oriented Linear Equations Solver"
arch=('i686' 'x86_64')
license=('custom')
@@ -30,7 +30,7 @@ prepare() {
build() {
cd ${srcdir}/$pkgname
- make CFLAGS="$CFLAGS" lib
+ make CFLAGS="$CFLAGS -Wno-error=format-security" lib
zcat "$srcdir/ReferenceManual.ps.gz" |ps2pdf - ReferenceManual.pdf
}