[gs-cvs] rev 8083 - trunk/gs/src
giles at ghostscript.com
giles at ghostscript.com
Thu Jun 28 15:08:46 PDT 2007
Author: giles
Date: 2007-06-28 15:08:46 -0700 (Thu, 28 Jun 2007)
New Revision: 8083
Modified:
trunk/gs/src/unix-aux.mak
Log:
Pass EXTRALIBS when linking mkromfs. This is a hack, but the dependency
on the gp library pulls in a number of other things, and this seems
safer for the time being.
Modified: trunk/gs/src/unix-aux.mak
===================================================================
--- trunk/gs/src/unix-aux.mak 2007-06-27 23:19:42 UTC (rev 8082)
+++ trunk/gs/src/unix-aux.mak 2007-06-28 22:08:46 UTC (rev 8083)
@@ -83,7 +83,7 @@
$(GLOBJ)gp_stdia.$(OBJ) $(GLOBJ)gsutil.$(OBJ)
$(MKROMFS_XE): $(GLSRC)mkromfs.c $(MKROMFS_COMMON_DEPS) $(MKROMFS_OBJS)
- $(CCAUX) $(GENOPT) $(CFLAGS_DEBUG) $(I_)$(GLSRCDIR)$(_I) $(I_)$(GLOBJ)$(_I) $(I_)$(ZSRCDIR)$(_I) $(GLSRC)mkromfs.c $(O_)$(MKROMFS_XE) $(MKROMFS_OBJS) -lm
+ $(CCAUX) $(GENOPT) $(CFLAGS_DEBUG) $(I_)$(GLSRCDIR)$(_I) $(I_)$(GLOBJ)$(_I) $(I_)$(ZSRCDIR)$(_I) $(GLSRC)mkromfs.c $(O_)$(MKROMFS_XE) $(MKROMFS_OBJS) -lm $(EXTRALIBS)
# Query the environment to construct gconfig_.h.
# The "else true;" is required because Ultrix's implementation of sh -e
More information about the gs-cvs
mailing list