diff options
-rw-r--r-- | meta-networking/recipes-support/libexosip2/libexosip2_5.3.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/libexosip2/libexosip2_5.3.0.bb b/meta-networking/recipes-support/libexosip2/libexosip2_5.3.0.bb index 99a32fd4d0..3246baae43 100644 --- a/meta-networking/recipes-support/libexosip2/libexosip2_5.3.0.bb +++ b/meta-networking/recipes-support/libexosip2/libexosip2_5.3.0.bb | |||
@@ -13,3 +13,7 @@ SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/exosip/${BPN}-${PV}.tar.gz" | |||
13 | SRC_URI[sha256sum] = "5b7823986431ea5cedc9f095d6964ace966f093b2ae7d0b08404788bfcebc9c2" | 13 | SRC_URI[sha256sum] = "5b7823986431ea5cedc9f095d6964ace966f093b2ae7d0b08404788bfcebc9c2" |
14 | 14 | ||
15 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
16 | |||
17 | PACKAGECONFIG = "c-ares openssl" | ||
18 | PACKAGECONFIG[c-ares] = ",,c-ares" | ||
19 | PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl" | ||