mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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_AUTORECONF="no"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared \
|
||||
--disable-tools --disable-tester"
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
||||
--disable-shared \
|
||||
--disable-tools \
|
||||
--disable-tester"
|
||||
|
||||
pre_configure_target() {
|
||||
CFLAGS="$CFLAGS -fPIC"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user