summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/libexosip2/libexosip2_5.3.0.bb4
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"
13SRC_URI[sha256sum] = "5b7823986431ea5cedc9f095d6964ace966f093b2ae7d0b08404788bfcebc9c2" 13SRC_URI[sha256sum] = "5b7823986431ea5cedc9f095d6964ace966f093b2ae7d0b08404788bfcebc9c2"
14 14
15inherit autotools pkgconfig 15inherit autotools pkgconfig
16
17PACKAGECONFIG = "c-ares openssl"
18PACKAGECONFIG[c-ares] = ",,c-ares"
19PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl"