projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c15ed2
)
openswan: fix OCF support detection
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Sat, 27 Apr 2013 10:09:49 +0000
(10:09 +0000)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/openswan/openswan.mk
b/package/openswan/openswan.mk
index 153d6590f121e1b90e02c5f4db61f3279ed5ad05..6b7dc0503f518c29e87112f35722ae79763aeaf6 100644
(file)
--- 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_O
PENSSL_OCF
),y)
+ifeq ($(BR2_PACKAGE_O
CF_LINUX
),y)
OPENSWAN_MAKE_OPT += HAVE_OCF=true
endif
endif