diff options
| -rw-r--r-- | meta-networking/recipes-protocols/openflow/openflow_git.bb | 3 |
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 eadfc25461..41bedcd0cf 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 | ||
| 38 | DEPENDS:append:libc-musl = " libexecinfo" | ||
| 39 | LDFLAGS:append:libc-musl = " -lexecinfo" | ||
| 40 | |||
| 38 | S = "${WORKDIR}/git" | 41 | S = "${WORKDIR}/git" |
| 39 | 42 | ||
| 40 | inherit autotools-brokensep pkgconfig | 43 | inherit autotools-brokensep pkgconfig |
