From c48be7fa0e43695576c88fd109d094a79259ea33 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 27 May 2012 02:33:39 +0200 Subject: [PATCH] tiff: build with -fPIC -DPIC flags Signed-off-by: Stephan Raue --- packages/graphics/tiff/build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/graphics/tiff/build b/packages/graphics/tiff/build index 46bc66c3a6..0ea2600b18 100755 --- a/packages/graphics/tiff/build +++ b/packages/graphics/tiff/build @@ -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 \ No newline at end of file +$MAKEINSTALL