Magellan Linux

Annotation of /trunk/ghostscript-gpl/patches/ghostscript-gpl-8.70-respect-gsc-ldflags.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 907 - (hide annotations) (download)
Mon Oct 26 18:29:14 2009 UTC (14 years, 6 months ago) by niro
File size: 713 byte(s)
patchset for ghostscript-gpl

1 niro 907 === modified file 'base/unix-dll.mak'
2     --- base/unix-dll.mak 2009-03-06 09:56:15 +0000
3     +++ base/unix-dll.mak 2009-03-07 17:41:54 +0000
4     @@ -79,10 +79,10 @@
5     # Build the small Ghostscript loaders, with Gtk+ and without
6    
7     $(GSSOC_XE): $(GS_SO) $(PSSRC)$(SOC_LOADER)
8     - $(GLCC) -g -o $(GSSOC_XE) $(PSSRC)dxmainc.c -L$(BINDIR) -l$(GS)
9     + $(GLCC) -g $(LDFLAGS) -o $(GSSOC_XE) $(PSSRC)dxmainc.c -L$(BINDIR) -l$(GS)
10    
11     $(GSSOX_XE): $(GS_SO) $(PSSRC)$(SOC_LOADER)
12     - $(GLCC) -g $(SOC_CFLAGS) -o $(GSSOX_XE) $(PSSRC)$(SOC_LOADER) \
13     + $(GLCC) -g $(LDFLAGS) $(SOC_CFLAGS) -o $(GSSOX_XE) $(PSSRC)$(SOC_LOADER) \
14     -L$(BINDIR) -l$(GS) $(SOC_LIBS)
15    
16     # ------------------------- Recursive make targets ------------------------- #
17