mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-21 04:30:31 +00:00
postgresql: Fix redundant rpath for '/usr/lib'
This patch fixes the following QA issue: ,----[ Fragment of build error log ] | ... | ERROR: QA Issue: postgresql-client: | /work/.../usr/bin/pg_dumpall contains probably-redundant | RPATH /usr/lib | ... `---- Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Reported-by: Nathan West <nate.ewest@gmail.com> Reported-by: Rogerio Pimentel <rogerio.pimentel@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
committed by
Koen Kooi
parent
5d9de465ca
commit
c5c0635ebf
@@ -2,7 +2,7 @@ DESCRIPTION = "PostgreSQL is a powerful, open source relational database system.
|
||||
HOMEPAGE = "http://www.postgresql.com"
|
||||
LICENSE = "BSD"
|
||||
DEPENDS = "zlib readline tzcode-native"
|
||||
INC_PR = "r6"
|
||||
INC_PR = "r7"
|
||||
|
||||
ARM_INSTRUCTION_SET = "arm"
|
||||
|
||||
@@ -17,7 +17,8 @@ export LDFLAGS_SL = "${LDFLAGS}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF_sh4 = "--disable-spinlocks"
|
||||
EXTRA_OECONF = "--disable-rpath"
|
||||
EXTRA_OECONF_sh4 = "--disable-spinlocks --disable-rpath"
|
||||
|
||||
do_compile_append() {
|
||||
cp /usr/sbin/zic ${S}/src/timezone/
|
||||
|
||||
Reference in New Issue
Block a user