diff options
Diffstat (limited to 'meta-networking/recipes-protocols')
-rw-r--r-- | meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb | 10 |
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 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" | |||
16 | CFLAGS += "-DSCTP_USE_OPENSSL_SHA1 -fPIC" | 16 | CFLAGS += "-DSCTP_USE_OPENSSL_SHA1 -fPIC" |
17 | LDFLAGS += "-lssl -lcrypto" | 17 | LDFLAGS += "-lssl -lcrypto" |
18 | 18 | ||
19 | PACKAGECONFIG ?= "disablewarnings" | 19 | PACKAGECONFIG ?= "disablewarnings inet inet6" |
20 | PACKAGECONFIG[disablewarnings] = "--disable-warnings-as-errors,," | 20 | PACKAGECONFIG[disablewarnings] = "--disable-warnings-as-errors,," |
21 | PACKAGECONFIG[inet] = "--enable-inet,--disable-inet," | ||
22 | PACKAGECONFIG[inet6] = "--enable-inet6,--disable-inet6," | ||
21 | 23 | ||
22 | EXTRA_OECONF += "--disable-inet \ | 24 | EXTRA_OECONF += "--disable-debug" |
23 | --disable-inet6 \ | ||
24 | --disable-shared \ | ||
25 | --disable-debug \ | ||
26 | " | ||