mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 20:54:35 +00:00
openflow: add libcrypto to static openflow library
An update in OpenSSL removed the -lcrypto from libssl's pkg-config options. The old behaviour always linked it with -lssl, so revert to that for now. Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
parent
7f27458531
commit
3c9880fc79
@ -15,11 +15,14 @@ SRC_URI = "git://gitosis.stanford.edu/openflow.git;protocol=git"
|
|||||||
|
|
||||||
DEPENDS = "virtual/libc"
|
DEPENDS = "virtual/libc"
|
||||||
|
|
||||||
EXTRA_OECONF += "KARCH=${TARGET_ARCH}"
|
|
||||||
|
|
||||||
PACKAGECONFIG ??= "openssl"
|
PACKAGECONFIG ??= "openssl"
|
||||||
PACKAGECONFIG[openssl] = "--enable-ssl,--disable-ssl, openssl, libssl"
|
PACKAGECONFIG[openssl] = "--enable-ssl,--disable-ssl, openssl, libssl"
|
||||||
|
|
||||||
|
EXTRA_OECONF += " \
|
||||||
|
KARCH=${TARGET_ARCH} \
|
||||||
|
${@base_contains('PACKAGECONFIG', 'openssl', 'SSL_LIBS="-lssl -lcrypto"', '', d)} \
|
||||||
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit autotools-brokensep
|
inherit autotools-brokensep
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user