[csw-devel] SF.net SVN: gar:[18188] csw/mgar/pkg/iozone/trunk/files/patch_makefile.diff
aironskin at users.sourceforge.net
aironskin at users.sourceforge.net
Fri Jun 1 10:32:05 CEST 2012
Revision: 18188
http://gar.svn.sourceforge.net/gar/?rev=18188&view=rev
Author: aironskin
Date: 2012-06-01 08:32:05 +0000 (Fri, 01 Jun 2012)
Log Message:
-----------
iozone/trunk: Escape fix in patch
Modified Paths:
--------------
csw/mgar/pkg/iozone/trunk/files/patch_makefile.diff
Modified: csw/mgar/pkg/iozone/trunk/files/patch_makefile.diff
===================================================================
--- csw/mgar/pkg/iozone/trunk/files/patch_makefile.diff 2012-06-01 08:24:23 UTC (rev 18187)
+++ csw/mgar/pkg/iozone/trunk/files/patch_makefile.diff 2012-06-01 08:32:05 UTC (rev 18188)
@@ -28,7 +28,7 @@
#
Solaris8-64-VXFS: iozone_solaris8-64-VXFS.o libasync.o libbif.o
- $(CC) $(LDFLAGS) -fast -xtarget=generic64 -v -I/opt/VRTSvxfs/include/
-+ $(CC) $(LDFLAGS) -fast -m64 -v -I/opt/VRTSvxfs/include/
++ $(CC) $(LDFLAGS) -fast -m64 -v -I/opt/VRTSvxfs/include/ \
iozone_solaris8-64-VXFS.o libasync.o libbif.o \
-lthread -lpthread -lposix4 -lnsl -laio \
-lsocket -o iozone
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