mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
gmp-host: build with -fPIC -DPIC flags
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -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-*
|
||||
|
||||
Reference in New Issue
Block a user