From: Gustavo Zacarias Date: Sat, 27 Apr 2013 10:09:49 +0000 (+0000) Subject: openswan: fix OCF support detection X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ad099ccf67a094d057cb38be8132167fd50e15ac;p=buildroot.git 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 Signed-off-by: Peter Korsgaard --- diff --git a/package/openswan/openswan.mk b/package/openswan/openswan.mk index 153d6590f1..6b7dc0503f 100644 --- a/package/openswan/openswan.mk +++ b/package/openswan/openswan.mk @@ -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