summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/xmlsec1/xmlsec1_1.2.30.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.2.30.bb b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.2.30.bb
index 20c7b2d371..93b0d6a67f 100644
--- a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.2.30.bb
+++ b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.2.30.bb
@@ -32,7 +32,7 @@ inherit autotools-brokensep ptest pkgconfig
32PACKAGECONFIG ??= "gnutls libgcrypt nss openssl des" 32PACKAGECONFIG ??= "gnutls libgcrypt nss openssl des"
33PACKAGECONFIG[gnutls] = ",,gnutls" 33PACKAGECONFIG[gnutls] = ",,gnutls"
34PACKAGECONFIG[libgcrypt] = ",,libgcrypt" 34PACKAGECONFIG[libgcrypt] = ",,libgcrypt"
35PACKAGECONFIG[nss] = "--with-nss=${STAGING_DIR_HOST} --with-nspr=${STAGING_DIR_HOST},,nss nspr" 35PACKAGECONFIG[nss] = "--with-nss=${STAGING_DIR_HOST} --with-nspr=${STAGING_DIR_HOST},--with-nss=no --with-nspr=no,nss nspr"
36PACKAGECONFIG[openssl] = ",,openssl" 36PACKAGECONFIG[openssl] = ",,openssl"
37PACKAGECONFIG[des] = ",--disable-des,," 37PACKAGECONFIG[des] = ",--disable-des,,"
38 38