From: Steven Barth Date: Tue, 7 Apr 2015 10:07:27 +0000 (+0200) Subject: strongswan: add missing dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b8ab944d23bcef4e5bbe13da9716b6c7b9330da5;p=openwrt-packages.git strongswan: add missing dependency Signed-off-by: Steven Barth --- diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index 9500bcb9c..5a2e0fac0 100644 --- a/net/strongswan/Makefile +++ b/net/strongswan/Makefile @@ -435,7 +435,7 @@ $(eval $(call BuildPlugin,aes,AES crypto,)) $(eval $(call BuildPlugin,af-alg,AF_ALG crypto interface to Linux Crypto API,+kmod-crypto-user)) $(eval $(call BuildPlugin,agent,SSH agent signing,)) $(eval $(call BuildPlugin,attr,file based config,)) -$(eval $(call BuildPlugin,attr-sql,SQL based config,+strongswan-mod-sql)) +$(eval $(call BuildPlugin,attr-sql,SQL based config,+strongswan-mod-sql +strongswan-charon)) $(eval $(call BuildPlugin,blowfish,Blowfish crypto,)) $(eval $(call BuildPlugin,ccm,CCM AEAD wrapper crypto,)) $(eval $(call BuildPlugin,cmac,CMAC crypto,))