summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAchmad Fathoni2021-06-01 17:35:36 +0700
committerAchmad Fathoni2021-06-01 17:35:36 +0700
commit6ade2069721d36ddc44f4f6ba7b3ce35f37cd3eb (patch)
tree28fae526f149a9be1328adf8f5eed0edb61d611d /PKGBUILD
parente1d94d18d7e63376974e0bf4893f38e365843230 (diff)
downloadaur-6ade2069721d36ddc44f4f6ba7b3ce35f37cd3eb.tar.gz
Not override all CFLAG
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63199849bf81..22af3f882905 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=libxml
pkgver=1.8.17
-pkgrel=2
+pkgrel=3
pkgdesc="The XML C parser and toolkit of Gnome. Older version."
arch=(i686 x86_64)
url="http://xmlsoft.org/"
@@ -24,7 +24,8 @@ build() {
autoreconf -fi
./configure --prefix=/usr --enable-static=no
- make CFLAGS=-Wno-format-security
+ sed -i 's/-Werror=format-security//g' Makefile
+ make
}
package() {