summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-12-22 20:59:56 -0800
committerKhem Raj <raj.khem@gmail.com>2020-12-23 22:47:02 -0800
commitdb3aab1e47268ae8e919e0b94c2021139031f76e (patch)
tree3e8201d0dc0f634ee462df470fe2dcd26c06f1fd
parenta82ae846197abf583363c1fe0271f465ffc24073 (diff)
downloadmeta-openembedded-db3aab1e47268ae8e919e0b94c2021139031f76e.tar.gz
postgresql: Use /dev/urandom when openssl is not used
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-dbs/postgresql/postgresql.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql.inc b/meta-oe/recipes-dbs/postgresql/postgresql.inc
index a1665ab2b..09c6a3ca9 100644
--- a/meta-oe/recipes-dbs/postgresql/postgresql.inc
+++ b/meta-oe/recipes-dbs/postgresql/postgresql.inc
@@ -56,7 +56,7 @@ pkg_postinst_${PN} () {
56enable_pam = "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" 56enable_pam = "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}"
57PACKAGECONFIG ??= "${enable_pam} openssl python uuid libxml tcl nls libxml perl" 57PACKAGECONFIG ??= "${enable_pam} openssl python uuid libxml tcl nls libxml perl"
58PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam," 58PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam,"
59PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl," 59PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl ac_cv_file__dev_urandom=yes,openssl,"
60PACKAGECONFIG[python] = "--with-python,--without-python,python3,python3" 60PACKAGECONFIG[python] = "--with-python,--without-python,python3,python3"
61PACKAGECONFIG[uuid] = "--with-uuid=e2fs,--without-uuid,util-linux," 61PACKAGECONFIG[uuid] = "--with-uuid=e2fs,--without-uuid,util-linux,"
62PACKAGECONFIG[tcl] = "--with-tcl --with-tclconfig=${STAGING_BINDIR_CROSS},--without-tcl,tcl tcl-native," 62PACKAGECONFIG[tcl] = "--with-tcl --with-tclconfig=${STAGING_BINDIR_CROSS},--without-tcl,tcl tcl-native,"