From b8ab944d23bcef4e5bbe13da9716b6c7b9330da5 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 7 Apr 2015 12:07:27 +0200 Subject: [PATCH] strongswan: add missing dependency Signed-off-by: Steven Barth --- net/strongswan/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,))