summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/openflow/openflow_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-protocols/openflow/openflow_git.bb')
-rw-r--r--meta-networking/recipes-protocols/openflow/openflow_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/openflow/openflow_git.bb b/meta-networking/recipes-protocols/openflow/openflow_git.bb
index eadfc2546..41bedcd0c 100644
--- a/meta-networking/recipes-protocols/openflow/openflow_git.bb
+++ b/meta-networking/recipes-protocols/openflow/openflow_git.bb
@@ -35,6 +35,9 @@ EXTRA_OECONF += " \
35 ${@bb.utils.contains('PACKAGECONFIG', 'openssl', 'SSL_LIBS="-lssl -lcrypto"', '', d)} \ 35 ${@bb.utils.contains('PACKAGECONFIG', 'openssl', 'SSL_LIBS="-lssl -lcrypto"', '', d)} \
36 " 36 "
37 37
38DEPENDS:append:libc-musl = " libexecinfo"
39LDFLAGS:append:libc-musl = " -lexecinfo"
40
38S = "${WORKDIR}/git" 41S = "${WORKDIR}/git"
39 42
40inherit autotools-brokensep pkgconfig 43inherit autotools-brokensep pkgconfig