mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 04:30:00 +00:00
usrsctp: Enabled shared lib
webrtc gstreamer plugin fails to build otherwise since libusrsctp.a is missing link on libss and so on convert inet support into packageconfigs while here Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
@@ -16,11 +16,9 @@ DEPENDS += "openssl"
|
|||||||
CFLAGS += "-DSCTP_USE_OPENSSL_SHA1 -fPIC"
|
CFLAGS += "-DSCTP_USE_OPENSSL_SHA1 -fPIC"
|
||||||
LDFLAGS += "-lssl -lcrypto"
|
LDFLAGS += "-lssl -lcrypto"
|
||||||
|
|
||||||
PACKAGECONFIG ?= "disablewarnings"
|
PACKAGECONFIG ?= "disablewarnings inet inet6"
|
||||||
PACKAGECONFIG[disablewarnings] = "--disable-warnings-as-errors,,"
|
PACKAGECONFIG[disablewarnings] = "--disable-warnings-as-errors,,"
|
||||||
|
PACKAGECONFIG[inet] = "--enable-inet,--disable-inet,"
|
||||||
|
PACKAGECONFIG[inet6] = "--enable-inet6,--disable-inet6,"
|
||||||
|
|
||||||
EXTRA_OECONF += "--disable-inet \
|
EXTRA_OECONF += "--disable-debug"
|
||||||
--disable-inet6 \
|
|
||||||
--disable-shared \
|
|
||||||
--disable-debug \
|
|
||||||
"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user