summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/postgresql/postgresql.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-05-09 11:59:57 -0700
committerArmin Kuster <akuster808@gmail.com>2018-05-17 08:20:48 -0700
commit28d200d0a9313599a28938301250d9459e492aeb (patch)
treeae8b43cc5ce611de7ace48289dcaa2cd404f995c /meta-oe/recipes-dbs/postgresql/postgresql.inc
parent457b0fec67d2fc979f7aefe0af62a41e099f2244 (diff)
downloadmeta-openembedded-28d200d0a9313599a28938301250d9459e492aeb.tar.gz
postgresql: Depend on external libnsl
glibc has dropped libnsl support Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql/postgresql.inc')
-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 812c2aed48..5462332c56 100644
--- a/meta-oe/recipes-dbs/postgresql/postgresql.inc
+++ b/meta-oe/recipes-dbs/postgresql/postgresql.inc
@@ -19,7 +19,7 @@ DESCRIPTION = "\
19" 19"
20HOMEPAGE = "http://www.postgresql.com" 20HOMEPAGE = "http://www.postgresql.com"
21LICENSE = "BSD" 21LICENSE = "BSD"
22DEPENDS = "zlib readline tzcode-native" 22DEPENDS = "libnsl2 zlib readline tzcode-native"
23 23
24ARM_INSTRUCTION_SET = "arm" 24ARM_INSTRUCTION_SET = "arm"
25 25