commit b8ab944d23bcef4e5bbe13da9716b6c7b9330da5
parent 16fa9c0ff62c089ca17a4ea649c42e260ca27427
Author: Steven Barth <steven@midlink.org>
Date: Tue, 7 Apr 2015 12:07:27 +0200
strongswan: add missing dependency
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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,))