mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
postgresql: Inherit python3targetconfig
it now ends up searching native python shared libraries and tries to link with it and fails on non-host architectures recipe-sysroot-native/usr/lib/libpython3.9.so: file not recognized: file format not recognized collect2: error: ld returned 1 exit status Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -36,7 +36,7 @@ LEAD_SONAME = "libpq.so"
|
|||||||
# LDFLAGS for shared libraries
|
# LDFLAGS for shared libraries
|
||||||
export LDFLAGS_SL = "${LDFLAGS}"
|
export LDFLAGS_SL = "${LDFLAGS}"
|
||||||
|
|
||||||
inherit autotools pkgconfig perlnative python3native useradd update-rc.d systemd gettext cpan-base
|
inherit autotools pkgconfig perlnative python3native python3targetconfig useradd update-rc.d systemd gettext cpan-base
|
||||||
|
|
||||||
CFLAGS += "-I${STAGING_INCDIR}/${PYTHON_DIR} -I${STAGING_INCDIR}/tcl8.6"
|
CFLAGS += "-I${STAGING_INCDIR}/${PYTHON_DIR} -I${STAGING_INCDIR}/tcl8.6"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user