fribidi: build with -fPIC -DPIC flags

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-05-27 02:34:21 +02:00
parent 5c8b94ff49
commit e7859a06b4

View File

@ -23,6 +23,7 @@
. config/options $1 . config/options $1
CFLAGS="$CFLAGS -DFRIBIDI_CHUNK_SIZE=4080" CFLAGS="$CFLAGS -DFRIBIDI_CHUNK_SIZE=4080"
CFLAGS="$CFLAGS -fPIC -DPIC"
cd $PKG_BUILD cd $PKG_BUILD
./configure --host=$TARGET_NAME \ ./configure --host=$TARGET_NAME \