From: Felix Fietkau 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.openwrt.org/?a=commitdiff_plain;h=46e319e4bf410cc8eb1717e007ba9c66ad0b2bf8;p=openwrt%2Fsvn-archive%2Fpackages.git strongswan: add missing library for the kernel-libipsec plugin Signed-off-by: Felix Fietkau SVN-Revision: 40515 --- 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))