[Lunar-commits] <moonbase> ghostscript: fixed build
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sun Feb 12 01:07:26 CET 2012
commit c1a433bd82b42b5d07fc773eb9c47679df52470b
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sun Feb 12 01:07:26 2012 +0100
ghostscript: fixed build
---
printer/ghostscript/BUILD | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/printer/ghostscript/BUILD b/printer/ghostscript/BUILD
index 7f88436..7e079c5 100644
--- a/printer/ghostscript/BUILD
+++ b/printer/ghostscript/BUILD
@@ -5,7 +5,7 @@
verbose_msg "Removing unneeded local libs" &&
rm -rf expat freetype jasper jbig2dec jpeg{,xr} lcms libpng tiff zlib &&
- OPTS+=" --disable-compile-inits --enable-dynamic" &&
+ OPTS+=" --disable-compile-inits --enable-dynamic --with-system-libtiff LIBS=-lz" &&
# Will run ./configure with Lunar's options, in default_build
sedit "s:\$srcdir/configure:echo:" autogen.sh &&
More information about the Lunar-commits
mailing list