mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 17:59:26 +00:00
gimp: fix compile in latest environment
fixes: ld: error: file_ico-ico-load.o: requires unsupported dynamic reloc R_ARM_THM_MOVW_ABS_NC; recompile with -fPIC ld: error: file_ico-ico-save.o: requires unsupported dynamic reloc R_ARM_THM_MOVW_ABS_NC; recompile with -fPIC Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
fd5ac68c8b
commit
809e18f010
@@ -25,5 +25,7 @@ do_configure_append() {
|
||||
find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
|
||||
}
|
||||
|
||||
CFLAGS += "-fPIC"
|
||||
|
||||
FILES_${PN}-dbg += "${libdir}/gimp/2.0/*/.debug"
|
||||
FILES_${PN} += "${datadir}/appdata"
|
||||
|
||||
Reference in New Issue
Block a user