diff options
-rw-r--r-- | meta-oe/recipes-support/xmlsec1/xmlsec1_1.2.30.bb | 2 |
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 | |||
32 | PACKAGECONFIG ??= "gnutls libgcrypt nss openssl des" | 32 | PACKAGECONFIG ??= "gnutls libgcrypt nss openssl des" |
33 | PACKAGECONFIG[gnutls] = ",,gnutls" | 33 | PACKAGECONFIG[gnutls] = ",,gnutls" |
34 | PACKAGECONFIG[libgcrypt] = ",,libgcrypt" | 34 | PACKAGECONFIG[libgcrypt] = ",,libgcrypt" |
35 | PACKAGECONFIG[nss] = "--with-nss=${STAGING_DIR_HOST} --with-nspr=${STAGING_DIR_HOST},,nss nspr" | 35 | PACKAGECONFIG[nss] = "--with-nss=${STAGING_DIR_HOST} --with-nspr=${STAGING_DIR_HOST},--with-nss=no --with-nspr=no,nss nspr" |
36 | PACKAGECONFIG[openssl] = ",,openssl" | 36 | PACKAGECONFIG[openssl] = ",,openssl" |
37 | PACKAGECONFIG[des] = ",--disable-des,," | 37 | PACKAGECONFIG[des] = ",--disable-des,," |
38 | 38 | ||