mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
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)
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||||
OPENSWAN_DEPENDENCIES += openssl
|
OPENSWAN_DEPENDENCIES += openssl
|
||||||
OPENSWAN_MAKE_OPT += HAVE_OPENSSL=true
|
OPENSWAN_MAKE_OPT += HAVE_OPENSSL=true
|
||||||
ifeq ($(BR2_PACKAGE_OPENSSL_OCF),y)
|
ifeq ($(BR2_PACKAGE_OCF_LINUX),y)
|
||||||
OPENSWAN_MAKE_OPT += HAVE_OCF=true
|
OPENSWAN_MAKE_OPT += HAVE_OCF=true
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user