diff options
-rw-r--r-- | meta-networking/recipes-protocols/openflow/openflow.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/openflow/openflow.inc b/meta-networking/recipes-protocols/openflow/openflow.inc index 7019bce7f5..0ae2d1f1d6 100644 --- a/meta-networking/recipes-protocols/openflow/openflow.inc +++ b/meta-networking/recipes-protocols/openflow/openflow.inc | |||
@@ -16,7 +16,7 @@ SRC_URI = "git://gitosis.stanford.edu/openflow.git;protocol=git" | |||
16 | DEPENDS = "virtual/libc" | 16 | DEPENDS = "virtual/libc" |
17 | 17 | ||
18 | PACKAGECONFIG ??= "openssl" | 18 | PACKAGECONFIG ??= "openssl" |
19 | PACKAGECONFIG[openssl] = "--enable-ssl,--disable-ssl, openssl, libssl" | 19 | PACKAGECONFIG[openssl] = "--enable-ssl,--disable-ssl, openssl openssl-native, libssl" |
20 | 20 | ||
21 | EXTRA_OECONF += " \ | 21 | EXTRA_OECONF += " \ |
22 | KARCH=${TARGET_ARCH} \ | 22 | KARCH=${TARGET_ARCH} \ |