summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/postgresql/postgresql.inc
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2017-02-03 18:35:02 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-13 18:43:29 +0100
commit2ede2eb6e73ef2118f138b75663e61689b57de3e (patch)
tree75f35c8d5b52946ed332a2d1bb49aefa82dd2d01 /meta-oe/recipes-support/postgresql/postgresql.inc
parent1d1a43bb0669b39e29b04a70bdb5456d1bdb0051 (diff)
downloadmeta-openembedded-2ede2eb6e73ef2118f138b75663e61689b57de3e.tar.gz
postgresgl: update to 9.4.10 and build fix
9.4.10 contains: CVE-2016-5423, CVE-2016-5424 see https://www.postgresql.org/docs/current/static/release-9-4-10.html and build failure: checking for tcl.h... no | configure: error: header file <tcl.h> is required for Tcl drop hardcoded PR Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/postgresql/postgresql.inc')
-rw-r--r--meta-oe/recipes-support/postgresql/postgresql.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc
index f720cbca2..7164bc037 100644
--- a/meta-oe/recipes-support/postgresql/postgresql.inc
+++ b/meta-oe/recipes-support/postgresql/postgresql.inc
@@ -20,7 +20,6 @@ DESCRIPTION = "\
20HOMEPAGE = "http://www.postgresql.com" 20HOMEPAGE = "http://www.postgresql.com"
21LICENSE = "BSD" 21LICENSE = "BSD"
22DEPENDS = "zlib readline tzcode-native" 22DEPENDS = "zlib readline tzcode-native"
23INC_PR = "r0"
24 23
25ARM_INSTRUCTION_SET = "arm" 24ARM_INSTRUCTION_SET = "arm"
26 25
@@ -40,7 +39,7 @@ export LDFLAGS_SL = "${LDFLAGS}"
40 39
41inherit autotools pkgconfig perlnative pythonnative useradd update-rc.d systemd 40inherit autotools pkgconfig perlnative pythonnative useradd update-rc.d systemd
42 41
43CFLAGS += "-I${STAGING_INCDIR}/${PYTHON_DIR}" 42CFLAGS += "-I${STAGING_INCDIR}/${PYTHON_DIR} -I${STAGING_INCDIR}/tcl8.6"
44 43
45SYSTEMD_SERVICE_${PN} = "postgresql.service" 44SYSTEMD_SERVICE_${PN} = "postgresql.service"
46SYSTEMD_AUTO_ENABLE_${PN} = "disable" 45SYSTEMD_AUTO_ENABLE_${PN} = "disable"