summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/postgresql/postgresql_9.4.15.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/postgresql/postgresql_9.4.15.bb')
-rw-r--r--meta-oe/recipes-support/postgresql/postgresql_9.4.15.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql_9.4.15.bb b/meta-oe/recipes-support/postgresql/postgresql_9.4.15.bb
new file mode 100644
index 000000000..eec099a12
--- /dev/null
+++ b/meta-oe/recipes-support/postgresql/postgresql_9.4.15.bb
@@ -0,0 +1,15 @@
1require postgresql.inc
2
3LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=81b69ddb31a8be66baafd14a90146ee2"
4
5SRC_URI += "\
6 file://remove.autoconf.version.check.patch \
7 file://not-check-libperl.patch \
8"
9
10do_compile_prepend_libc-musl() {
11 sed -i -e 's/\-lnsl//g' ${B}/src/Makefile.global
12}
13
14SRC_URI[md5sum] = "0aada0833a9208ae5fab966c73c39379"
15SRC_URI[sha256sum] = "12bfb3c7e8e45515ef921ad365e122682a5c4935dcc0032644433af2de31acc4"