소스 검색

strongswan: add missing dependency

Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth 9 년 전
부모
커밋
b8ab944d23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      net/strongswan/Makefile

+ 1
- 1
net/strongswan/Makefile 파일 보기

@@ -435,7 +435,7 @@ $(eval $(call BuildPlugin,aes,AES crypto,))
435 435
 $(eval $(call BuildPlugin,af-alg,AF_ALG crypto interface to Linux Crypto API,+kmod-crypto-user))
436 436
 $(eval $(call BuildPlugin,agent,SSH agent signing,))
437 437
 $(eval $(call BuildPlugin,attr,file based config,))
438
-$(eval $(call BuildPlugin,attr-sql,SQL based config,+strongswan-mod-sql))
438
+$(eval $(call BuildPlugin,attr-sql,SQL based config,+strongswan-mod-sql +strongswan-charon))
439 439
 $(eval $(call BuildPlugin,blowfish,Blowfish crypto,))
440 440
 $(eval $(call BuildPlugin,ccm,CCM AEAD wrapper crypto,))
441 441
 $(eval $(call BuildPlugin,cmac,CMAC crypto,))