aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb')
-rw-r--r--meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb10
1 files changed, 4 insertions, 6 deletions
diff --git a/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb b/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb
index 99a261ec7d..3ec746684b 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"