From ed53083be2355f4b63ab29b0badff8d4030e5473 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 20 Apr 2016 14:26:12 +0200 Subject: [PATCH] Libraries/tiff/build: - don't buid shared libs - jpeg support disabled - compile with PIC --- Libraries/tiff/build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Libraries/tiff/build b/Libraries/tiff/build index 29e2c92..015dce2 100755 --- a/Libraries/tiff/build +++ b/Libraries/tiff/build @@ -3,6 +3,9 @@ pbuild::configure() { "${MODULE_SRCDIR}"/configure \ --prefix="${PREFIX}" \ + --with-pic=yes \ + --disable-shared \ + --disable-jpeg \ || exit 1 }