summaryrefslogtreecommitdiff
path: root/community/ipsec-tools/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ipsec-tools/PKGBUILD')
-rw-r--r--community/ipsec-tools/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ipsec-tools/PKGBUILD b/community/ipsec-tools/PKGBUILD
index 08a4c6115..fa9650781 100644
--- a/community/ipsec-tools/PKGBUILD
+++ b/community/ipsec-tools/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 100178 2013-11-01 20:59:24Z spupykin $
+# $Id: PKGBUILD 108232 2014-03-25 08:56:33Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Allan Henriksen <allan.henriksen@gmail.com>
pkgname=ipsec-tools
pkgver=0.8.1
-pkgrel=5
+pkgrel=6
pkgdesc="KAME IPSec tools ported to Linux"
arch=('i686' 'x86_64')
url="http://ipsec-tools.sourceforge.net/"
@@ -31,7 +31,7 @@ build() {
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin \
--enable-security-context=no --enable-hybrid --enable-dpd --enable-natt \
--enable-adminport --enable-gssapi \
- --with-kernel-headers=/lib/modules/`pacman -Q linux-headers | cut -f2 -d\ `-ARCH/build/include
+ --with-kernel-headers=/usr/include
make
}