[csw-devel] SF.net SVN: gar:[18402] csw/mgar/pkg/zlib/trunk/files/ 0003-Add-h-to-the-linker-invocation.patch

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Thu Jun 14 12:21:53 CEST 2012


Revision: 18402
          http://gar.svn.sourceforge.net/gar/?rev=18402&view=rev
Author:   wahwah
Date:     2012-06-14 10:21:52 +0000 (Thu, 14 Jun 2012)
Log Message:
-----------
zlib/trunk: a whitespace bugfix

Modified Paths:
--------------
    csw/mgar/pkg/zlib/trunk/files/0003-Add-h-to-the-linker-invocation.patch

Modified: csw/mgar/pkg/zlib/trunk/files/0003-Add-h-to-the-linker-invocation.patch
===================================================================
--- csw/mgar/pkg/zlib/trunk/files/0003-Add-h-to-the-linker-invocation.patch	2012-06-14 10:16:40 UTC (rev 18401)
+++ csw/mgar/pkg/zlib/trunk/files/0003-Add-h-to-the-linker-invocation.patch	2012-06-14 10:21:52 UTC (rev 18402)
@@ -16,7 +16,7 @@
  
  placebo $(SHAREDLIBV): $(PIC_OBJS) libz.a
 -	$(LDSHARED) $(SFLAGS) -o $@ $(PIC_OBJS) $(LDSHAREDLIBC) $(LDFLAGS)
-+ 	$(LDSHARED) $(SFLAGS) -h $(SHAREDLIBM) -o $@ $(PIC_OBJS) $(LDSHAREDLIBC) $(LDFLAGS)
++	$(LDSHARED) $(SFLAGS) -h $(SHAREDLIBM) -o $@ $(PIC_OBJS) $(LDSHAREDLIBC) $(LDFLAGS)
  	rm -f $(SHAREDLIB) $(SHAREDLIBM)
  	ln -s $@ $(SHAREDLIB)
  	ln -s $@ $(SHAREDLIBM)

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list