From: Steven Barth Date: Tue, 7 Apr 2015 10:07:27 +0000 (+0200) Subject: strongswan: add missing dependency X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=2ee307b5d304961313383f2b06f2742321a99ccf;p=feed%2Fpackages.git strongswan: add missing dependency Signed-off-by: Steven Barth --- diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index 9500bcb9c3..5a2e0fac0f 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,))