mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
gmp-host: build with -fPIC -DPIC flags
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
dccd574fde
commit
d741f56c14
@ -26,7 +26,7 @@ $SCRIPTS/unpack gmp
|
||||
|
||||
setup_toolchain host
|
||||
|
||||
export CFLAGS="$CFLAGS -fPIC"
|
||||
export CFLAGS="$CFLAGS -fPIC -DPIC"
|
||||
export CPPFLAGS="$CPPFLAGS -fexceptions"
|
||||
|
||||
cd $BUILD/gmp-*
|
||||
|
Loading…
x
Reference in New Issue
Block a user