include $(PKGROOT)/Include
PKG_NAME = strongswan
-PKG_VER = 4.5.2
-PKG_REL = 2
+PKG_VER = 4.5.3
+PKG_REL = 1
PKG_MAINTAINER =
PKG_GROUPS = Networking/VPN
and IKEv2 mode with most other IPsec-based VPN products.
endef
-PKG_TARBALL = $(THISAPP).tar.bz2
+# Plugins and many other files are installed in /usr/lib/ipsec
+# and loaded by using a RPATH.
+QUALITY_AGENT_WHITELIST_RPATH = /usr/lib/ipsec
+
+PKG_TARBALL = $(THISAPP).tar.gz
CONFIGURE_OPTIONS += \
--sysconfdir=/etc \
--enable-cisco-quirks \
--with-capabilities=libcap
-define STAGE_PREPARE_CMDS
- cd $(DIR_APP) && for i in $$(find . -name "*.[ch]"); do \
- sed -e "s/getline/_&/g" -i $$i; done
-endef
-
define STAGE_TEST
cd $(DIR_APP) && make check
endef