Commit fa24e7d4 authored by Łukasz Nowak's avatar Łukasz Nowak

- workaround ghostscript package oversimplified assumption about libraries


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38593 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c82e2b8e
......@@ -10,8 +10,11 @@ download-only = true
[ghostscript-common]
pre-configure-hook = ${ghostscript-hooks-download:location}/${ghostscript-hooks-download:filename}:pre_configure_hook
# XXX: --with-system-libtiff is a workaround for case whenever libjbig-devel
# is installed which leads to bad linking of ghostscript
# Proper solution is to fix ghostscript package itself
configure-options =
--disable-cups --without-x --with-drivers=FILES
--disable-cups --without-x --with-drivers=FILES --with-system-libtiff
[ghostscript]
<= ghostscript-9
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment