From: nbd Date: Tue, 15 Apr 2014 17:11:47 +0000 (+0000) Subject: strongswan: add missing library for the kernel-libipsec plugin X-Git-Url: http://git.archive.openwrt.org/?p=packages.git;a=commitdiff_plain;h=855d81292cda6de39654dd544421d7df0a8eeb20 strongswan: add missing library for the kernel-libipsec plugin Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/packages@40515 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index 04c58e0f0..dd64966d4 100644 --- a/net/strongswan/Makefile +++ b/net/strongswan/Makefile @@ -442,6 +442,11 @@ define Plugin/whitelist/install $(CP) $(PKG_INSTALL_DIR)/usr/lib/ipsec/plugins/libstrongswan-whitelist.so $(1)/usr/lib/ipsec/plugins/ endef +define Plugin/kernel-libipsec/install + $(INSTALL_DIR) $(1)/usr/lib/ipsec + $(CP) $(PKG_INSTALL_DIR)/usr/lib/ipsec/libipsec.so.* $(1)/usr/lib/ipsec/ +endef + $(eval $(call BuildPackage,strongswan)) $(eval $(call BuildPackage,strongswan-default)) $(eval $(call BuildPackage,strongswan-full))