gmp-host: build with -fPIC -DPIC flags

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-05-27 02:36:11 +02:00
parent dccd574fde
commit d741f56c14

View File

@ -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-*