mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
libXfixes: build with -fPIC
This commit is contained in:
parent
bd64bbba2f
commit
d0575271fc
@ -33,3 +33,7 @@ PKG_IS_ADDON="no"
|
|||||||
PKG_AUTORECONF="yes"
|
PKG_AUTORECONF="yes"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
|
||||||
|
|
||||||
|
pre_configure_target() {
|
||||||
|
export CFLAGS="$CFLAGS -fPIC"
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user