openswan: fix OCF support detection
Now that the openssl OCFs option is gone we need to switch to the package option. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
1c15ed2dac
commit
ad099ccf67
@ -22,7 +22,7 @@ endif
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
OPENSWAN_DEPENDENCIES += openssl
|
||||
OPENSWAN_MAKE_OPT += HAVE_OPENSSL=true
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL_OCF),y)
|
||||
ifeq ($(BR2_PACKAGE_OCF_LINUX),y)
|
||||
OPENSWAN_MAKE_OPT += HAVE_OCF=true
|
||||
endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user