From 855d81292cda6de39654dd544421d7df0a8eeb20 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 15 Apr 2014 17:11:47 +0000 Subject: [PATCH] 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 --- net/strongswan/Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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))