summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-protocols')
-rw-r--r--meta-networking/recipes-protocols/openflow/openflow.inc7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-networking/recipes-protocols/openflow/openflow.inc b/meta-networking/recipes-protocols/openflow/openflow.inc
index 1a226f82c..75d8ab8d7 100644
--- a/meta-networking/recipes-protocols/openflow/openflow.inc
+++ b/meta-networking/recipes-protocols/openflow/openflow.inc
@@ -15,11 +15,14 @@ SRC_URI = "git://gitosis.stanford.edu/openflow.git;protocol=git"
15 15
16DEPENDS = "virtual/libc" 16DEPENDS = "virtual/libc"
17 17
18EXTRA_OECONF += "KARCH=${TARGET_ARCH}"
19
20PACKAGECONFIG ??= "openssl" 18PACKAGECONFIG ??= "openssl"
21PACKAGECONFIG[openssl] = "--enable-ssl,--disable-ssl, openssl, libssl" 19PACKAGECONFIG[openssl] = "--enable-ssl,--disable-ssl, openssl, libssl"
22 20
21EXTRA_OECONF += " \
22 KARCH=${TARGET_ARCH} \
23 ${@base_contains('PACKAGECONFIG', 'openssl', 'SSL_LIBS="-lssl -lcrypto"', '', d)} \
24 "
25
23S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"
24 27
25inherit autotools-brokensep 28inherit autotools-brokensep