libfontenc: 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:28 +02:00
parent d741f56c14
commit ff54168607

View File

@ -22,10 +22,7 @@
. config/options $1 . config/options $1
if [ "$TARGET_ARCH" = x86_64 -o "$TARGET_ARCH" = arm ]; then CFLAGS="$CFLAGS -fPIC -DPIC"
CFLAGS="$CFLAGS -fPIC"
LDFLAGS="$LDFLAGS -fPIC"
fi
cd $PKG_BUILD cd $PKG_BUILD
./configure --host=$TARGET_NAME \ ./configure --host=$TARGET_NAME \