]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
openswan: fix OCF support detection
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Sat, 27 Apr 2013 10:09:49 +0000 (10:09 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 5 May 2013 21:00:53 +0000 (23:00 +0200)
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>
package/openswan/openswan.mk

index 153d6590f121e1b90e02c5f4db61f3279ed5ad05..6b7dc0503f518c29e87112f35722ae79763aeaf6 100644 (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