diff options
Diffstat (limited to 'meta/recipes-devtools/rpm')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4+cvs.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4.14.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4+cvs.bb b/meta/recipes-devtools/rpm/rpm_5.4+cvs.bb index 2747a24ce3..660e9df272 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4+cvs.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4+cvs.bb | |||
@@ -159,7 +159,7 @@ PACKAGECONFIG[db] = "${WITH_DB},--without-db,db," | |||
159 | 159 | ||
160 | PACKAGECONFIG[sqlite] = "--with-sqlite,--without-sqlite,sqlite3," | 160 | PACKAGECONFIG[sqlite] = "--with-sqlite,--without-sqlite,sqlite3," |
161 | 161 | ||
162 | PACKAGECONFIG[beecrypt] = "--with-beecrypt=external,--without-beecrypt,beecrypt," | 162 | PACKAGECONFIG[beecrypt] = "--with-beecrypt=external,--with-beecrypt=internal,beecrypt," |
163 | PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl," | 163 | PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl," |
164 | PACKAGECONFIG[nss] = "--with-nss,--without-nss,nss," | 164 | PACKAGECONFIG[nss] = "--with-nss,--without-nss,nss," |
165 | PACKAGECONFIG[gcrypt] = "--with-gcrypt,--without-gcrypt,gcrypt," | 165 | PACKAGECONFIG[gcrypt] = "--with-gcrypt,--without-gcrypt,gcrypt," |
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.14.bb b/meta/recipes-devtools/rpm/rpm_5.4.14.bb index 261b280c31..90c4a354bf 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.14.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.14.bb | |||
@@ -161,7 +161,7 @@ PACKAGECONFIG[db] = "${WITH_DB},--without-db,db," | |||
161 | 161 | ||
162 | PACKAGECONFIG[sqlite] = "--with-sqlite,--without-sqlite,sqlite3," | 162 | PACKAGECONFIG[sqlite] = "--with-sqlite,--without-sqlite,sqlite3," |
163 | 163 | ||
164 | PACKAGECONFIG[beecrypt] = "--with-beecrypt=external,--without-beecrypt,beecrypt," | 164 | PACKAGECONFIG[beecrypt] = "--with-beecrypt=external,--with-beecrypt=internal,beecrypt," |
165 | PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl," | 165 | PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl," |
166 | PACKAGECONFIG[nss] = "--with-nss,--without-nss,nss," | 166 | PACKAGECONFIG[nss] = "--with-nss,--without-nss,nss," |
167 | PACKAGECONFIG[gcrypt] = "--with-gcrypt,--without-gcrypt,gcrypt," | 167 | PACKAGECONFIG[gcrypt] = "--with-gcrypt,--without-gcrypt,gcrypt," |