[gs-bugs] [Bug 689253] postscript library files shouldn't be installed with COMPILE_INITS=1
bugzilla-daemon at ghostscript.com
bugzilla-daemon at ghostscript.com
Mon Jul 12 02:18:44 UTC 2010
http://bugs.ghostscript.com/show_bug.cgi?id=689253
--- Comment #3 from Hin-Tak Leung <hintak at ghostscript.com> 2010-07-12 02:18:42 UTC ---
Created an attachment (id=6457)
--> (http://bugs.ghostscript.com/attachment.cgi?id=6457)
not to install Resources/* and iccprofiles/* if compile-inits=1
Patch to not install Resources/* and iccprofiles/* if COMPILE_INITS=1 . This
patch works similarly to SHARE_JPEG=0/1 , SHARE_LIBTIFF=0/1 , SHARE_LIBPNG=0/1
where the graphic library depends on one target e.g. "target$SHARE_JPEG" but
target0 and target1 are defined which does different things.
In this case, COMPILE_INITS=1 does nothing (not to copy files).
Since Ralph wrote, lib has splitted into "lib" and "Resources" . "lib" is
optional functional and still needed regardless of COMPILE_INITS, so this part
does not touch the "install-libdata" target.
This patch can be (and was) tested with
./configure --with-/--without-compile-inits --prefix=/tmp/gsinst ; make -k
install
and just look at what files are copied.
--
Configure bugmail: http://bugs.ghostscript.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the gs-bugs
mailing list