From b26bb1d79c546cd2cafdab2b1e7f79e6b3f126c3 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 20 Mar 2017 23:32:22 -0700 Subject: 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 Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'meta-networking') diff --git a/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb b/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb index 99a261ec7..3ec746684 100644 --- a/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb +++ b/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb @@ -16,11 +16,9 @@ DEPENDS += "openssl" CFLAGS += "-DSCTP_USE_OPENSSL_SHA1 -fPIC" LDFLAGS += "-lssl -lcrypto" -PACKAGECONFIG ?= "disablewarnings" +PACKAGECONFIG ?= "disablewarnings inet inet6" PACKAGECONFIG[disablewarnings] = "--disable-warnings-as-errors,," +PACKAGECONFIG[inet] = "--enable-inet,--disable-inet," +PACKAGECONFIG[inet6] = "--enable-inet6,--disable-inet6," -EXTRA_OECONF += "--disable-inet \ - --disable-inet6 \ - --disable-shared \ - --disable-debug \ - " +EXTRA_OECONF += "--disable-debug" -- cgit v1.2.3-54-g00ecf