summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-06-01 17:35:36 +0700
committerAchmad Fathoni2021-06-01 17:35:36 +0700
commit6ade2069721d36ddc44f4f6ba7b3ce35f37cd3eb (patch)
tree28fae526f149a9be1328adf8f5eed0edb61d611d
parente1d94d18d7e63376974e0bf4893f38e365843230 (diff)
downloadaur-6ade2069721d36ddc44f4f6ba7b3ce35f37cd3eb.tar.gz
Not override all CFLAG
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96326e908753..b1aa5e10e99d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libxml
pkgdesc = The XML C parser and toolkit of Gnome. Older version.
pkgver = 1.8.17
- pkgrel = 2
+ pkgrel = 3
url = http://xmlsoft.org/
arch = i686
arch = x86_64
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() {