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:
Gustavo Zacarias 2013-04-27 10:09:49 +00:00 committed by Peter Korsgaard
parent 1c15ed2dac
commit ad099ccf67
1 changed files with 1 additions and 1 deletions

View File

@ -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