diff options
| author | Ross Burton <ross.burton@intel.com> | 2018-07-26 23:57:51 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-07-27 13:49:48 -0700 |
| commit | 140bf68e37ad0b8ad10deefab12094a5a22fe2ae (patch) | |
| tree | 4dbbc2be7a452a048f8840419e0b88eeb92e07ba | |
| parent | 7c407d7d5a44ef41686eb9aba2dc9d2fa51596ae (diff) | |
| download | meta-openembedded-140bf68e37ad0b8ad10deefab12094a5a22fe2ae.tar.gz | |
postgresql: use util-linux's uuid
Postgreqsql was configured to use ossp-uuid but ossp-uuid is dead and everyone
will be building util-linux anyway, so use the libuuid.so from there.
Confusing the option is called e2fs because the library originated in e2fsprogs.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql.inc | 2 |
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 1301060ee5..44a1b30fe0 100644 --- a/meta-oe/recipes-dbs/postgresql/postgresql.inc +++ b/meta-oe/recipes-dbs/postgresql/postgresql.inc | |||
| @@ -59,7 +59,7 @@ PACKAGECONFIG ??= "${enable_pam} openssl python uuid libxml tcl nls libxml perl" | |||
| 59 | PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam," | 59 | PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam," |
| 60 | PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl," | 60 | PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl," |
| 61 | PACKAGECONFIG[python] = "--with-python,--without-python,python,python" | 61 | PACKAGECONFIG[python] = "--with-python,--without-python,python,python" |
| 62 | PACKAGECONFIG[uuid] = "--with-ossp-uuid,--without-ossp-uuid,ossp-uuid," | 62 | PACKAGECONFIG[uuid] = "--with-uuid=e2fs,--without-uuid,util-linux," |
| 63 | PACKAGECONFIG[tcl] = "--with-tcl --with-tclconfig=${STAGING_BINDIR_CROSS},--without-tcl,tcl tcl-native," | 63 | PACKAGECONFIG[tcl] = "--with-tcl --with-tclconfig=${STAGING_BINDIR_CROSS},--without-tcl,tcl tcl-native," |
| 64 | PACKAGECONFIG[nls] = "--enable-nls,--disable-nls,," | 64 | PACKAGECONFIG[nls] = "--enable-nls,--disable-nls,," |
| 65 | PACKAGECONFIG[libxml] = "--with-libxml,--without-libxml,libxml2,libxml2" | 65 | PACKAGECONFIG[libxml] = "--with-libxml,--without-libxml,libxml2,libxml2" |
