summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Hicken2015-12-15 22:48:34 +0100
committerJan Hicken2015-12-15 22:48:34 +0100
commit0d8704bf5fae022f1a027244c7a1af6517e4fd2a (patch)
treecd31fdcb008af227e9a00a4a15dfa3e8db77e402
parent835b65791c44d0c2ce4d8398000b6debae348a97 (diff)
downloadaur-0d8704bf5fae022f1a027244c7a1af6517e4fd2a.tar.gz
Ignore deprecation errors when compiling.
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a67cc07f617..e2bb7a7d4d8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,6 +21,8 @@ prepare() {
build() {
cd "$srcdir/$_pkgname-$pkgver"
+
+ export CFLAGS="$CFLAGS -Wno-error=deprecated-declarations"
./configure --sysconfdir=/etc --prefix=/usr \
--libexecdir=/usr/lib/networkmanager \
--with-charon=/usr/lib/strongswan/charon-nm