tiff: build with -fPIC -DPIC flags

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-05-27 02:33:39 +02:00
parent 3af0728e87
commit c48be7fa0e

View File

@ -22,6 +22,9 @@
. config/options $1
CFLAGS="$CFLAGS -fPIC -DPIC"
CXXFLAGS="$CXXFLAGS -fPIC -DPIC"
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
@ -37,4 +40,4 @@ cd $PKG_BUILD
make
$MAKEINSTALL
$MAKEINSTALL