mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 21:28:52 +00:00
pocketpy: Add pic options to cflags
Ensures that PIC is always used to build Fixes error: relocation R_386_PC32 cannot be used against symbol 'LZ4_compress_fast_extState'; recompile with -fPIC Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
7b6d24f9de
commit
14b3a5ccb2
@ -20,6 +20,8 @@ S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake
|
||||
|
||||
CFLAGS += "-fPIC"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${libdir}
|
||||
install -m 0644 ${B}/libpocketpy.so ${D}${libdir}/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user