diff options
author | Ovidiu Panait <ovidiu.panait@windriver.com> | 2020-03-27 10:31:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-29 20:04:10 +0100 |
commit | c7e6a01374e6c15255ad404fb1fc65c19af07407 (patch) | |
tree | 0f26f089b90552fa1552ae1c5f58c2e9137cda42 /meta/recipes-support | |
parent | 2b8dd4ab6dd1d9b2ba791fe346098554613b91d1 (diff) | |
download | poky-c7e6a01374e6c15255ad404fb1fc65c19af07407.tar.gz |
db: Add dbm packageconfig
Add "dbm" packageconfig to enable legacy dbm support in libdb. This support is
needed to build libpam pam_userdb.so plugin.
(From OE-Core rev: 841573cea6d06dcba45227a8126153b0629b1b0c)
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/db/db_5.3.28.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/db/db_5.3.28.bb b/meta/recipes-support/db/db_5.3.28.bb index badb79f9ea..3a0923ae36 100644 --- a/meta/recipes-support/db/db_5.3.28.bb +++ b/meta/recipes-support/db/db_5.3.28.bb | |||
@@ -61,7 +61,9 @@ DB5_CONFIG ?= "--enable-o_direct --disable-cryptography --disable-queue --disabl | |||
61 | 61 | ||
62 | EXTRA_OECONF = "${DB5_CONFIG} --enable-shared --enable-cxx --with-sysroot STRIP=true" | 62 | EXTRA_OECONF = "${DB5_CONFIG} --enable-shared --enable-cxx --with-sysroot STRIP=true" |
63 | 63 | ||
64 | PACKAGECONFIG ??= "" | ||
64 | PACKAGECONFIG[verify] = "--enable-verify, --disable-verify" | 65 | PACKAGECONFIG[verify] = "--enable-verify, --disable-verify" |
66 | PACKAGECONFIG[dbm] = "--enable-dbm,--disable-dbm," | ||
65 | 67 | ||
66 | EXTRA_OEMAKE += "LIBTOOL='./${HOST_SYS}-libtool'" | 68 | EXTRA_OEMAKE += "LIBTOOL='./${HOST_SYS}-libtool'" |
67 | 69 | ||