summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAchmad Fathoni2021-06-01 16:56:40 +0700
committerAchmad Fathoni2021-06-01 16:56:40 +0700
commite1d94d18d7e63376974e0bf4893f38e365843230 (patch)
tree7700b7080e3ce6d78a23bc614e562fa4b37e70ec /PKGBUILD
parentf461330b5426fc97c5109e889c26a7e93af81896 (diff)
downloadaur-e1d94d18d7e63376974e0bf4893f38e365843230.tar.gz
Ignore format-security error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02e0d54985ab..63199849bf81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
+# Maintainer : Achmad Fathoni <fathoni DOT id AT gmail DOT com>
# Contributor: Jonathon Fernyhough <jonathon_at manjaro dot_org>
# Contributor: SpepS <dreamspepser at yahoo dot it>
pkgname=libxml
pkgver=1.8.17
-pkgrel=1
+pkgrel=2
pkgdesc="The XML C parser and toolkit of Gnome. Older version."
arch=(i686 x86_64)
url="http://xmlsoft.org/"
@@ -23,7 +24,7 @@ build() {
autoreconf -fi
./configure --prefix=/usr --enable-static=no
- make
+ make CFLAGS=-Wno-format-security
}
package() {