mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
sbc: add -fPIC to CFLAGS
This commit is contained in:
parent
a5bf73fd91
commit
bd023fc5a2
@ -30,5 +30,11 @@ PKG_LONGDESC="standalone SBC library"
|
|||||||
PKG_IS_ADDON="no"
|
PKG_IS_ADDON="no"
|
||||||
PKG_AUTORECONF="no"
|
PKG_AUTORECONF="no"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared \
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
||||||
--disable-tools --disable-tester"
|
--disable-shared \
|
||||||
|
--disable-tools \
|
||||||
|
--disable-tester"
|
||||||
|
|
||||||
|
pre_configure_target() {
|
||||||
|
CFLAGS="$CFLAGS -fPIC"
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user