Files
poky/meta/recipes-extended
Ovidiu Panait 46d0202e51 libpam: Add userdb packageconfig
Add userdb packageconfig to control the building of the pam_userdb.so module.
This depends on dbm support being compiled in for the berkley db package.

Also, remove "--with-db-uniquename=_pam" from EXTRA_OECONF. It makes the checks
for libdb fail because it searches for the wrong symbols in libdb (and libdb
was not configured with --with-uniquename=_pam option).

db.do_configure:
    checking if --with-uniquename=NAME option specified... no

libpam.do_configure:
    checking for db_create_pam... no
    checking for db_create... no
    checking for dbm_store_pam... no
    checking for dbm_store... no
    checking for dbm_store in -lndbm... no

(From OE-Core rev: 3130f43c51fb9b2aed9bb7805a820ea90e68276a)

Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-03-29 20:04:10 +01:00
..
2019-08-21 21:52:59 +01:00
2020-02-15 10:26:42 +00:00
2019-07-02 08:13:07 +01:00
2019-03-29 08:28:53 +00:00
2019-12-30 08:47:12 +00:00
2019-12-15 09:10:46 +00:00
2020-01-27 16:48:08 +00:00
2020-01-10 21:18:22 +00:00
2019-02-19 16:14:57 +00:00
2020-02-02 16:57:21 +00:00
2019-06-19 12:46:43 +01:00
2018-11-14 11:14:39 +00:00
2020-02-25 10:41:22 +00:00
2019-11-14 13:20:59 +00:00
2019-08-22 22:48:26 +01:00
2020-02-04 15:56:29 +00:00
2020-03-15 22:23:19 +00:00
2019-02-19 16:14:57 +00:00
2019-12-16 23:25:49 +00:00
2020-02-21 09:39:00 +00:00
2020-02-06 12:16:34 +00:00
2020-02-23 23:33:48 +00:00
2020-01-21 12:52:53 +00:00
2019-08-13 09:37:37 +01:00
2020-03-29 20:04:10 +01:00
2020-01-21 12:52:53 +00:00
2019-04-23 23:30:19 +01:00
2018-05-29 21:07:17 +01:00
2020-02-21 17:48:08 +00:00
2020-02-03 13:03:32 +00:00
2020-02-21 17:48:09 +00:00
2019-06-07 09:11:49 +01:00
2020-02-14 13:07:23 +00:00
2019-12-09 12:00:43 +00:00
2018-05-04 13:28:05 +01:00
2019-09-30 16:55:21 +01:00
2020-01-28 11:11:20 +00:00