SOURCES: sshfs-fuse-CFLAGS.patch (NEW) - updated to 1.6

maciek2w maciek2w at pld-linux.org
Fri Mar 24 20:59:09 CET 2006


Author: maciek2w                     Date: Fri Mar 24 19:59:09 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to 1.6

---- Files affected:
SOURCES:
   sshfs-fuse-CFLAGS.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/sshfs-fuse-CFLAGS.patch
diff -u /dev/null SOURCES/sshfs-fuse-CFLAGS.patch:1.1
--- /dev/null	Fri Mar 24 20:59:09 2006
+++ SOURCES/sshfs-fuse-CFLAGS.patch	Fri Mar 24 20:59:04 2006
@@ -0,0 +1,19 @@
+--- sshfs-fuse-1.5/Makefile.am.orig	2006-02-20 12:43:23.000000000 +0100
++++ sshfs-fuse-1.5/Makefile.am	2006-02-21 16:29:13.183053750 +0100
+@@ -24,4 +24,4 @@
+ 	rm -f "$(DESTDIR)$(libdir)/sshnodelay.so"
+ 
+ sshnodelay.so:
+-	$(CC) -Wall -W -s --shared -fPIC $(sshnodelay_libs) sshnodelay.c -o sshnodelay.so
++	$(CC) $(CFLAGS) -fPIC -shared $(sshnodelay_libs) sshnodelay.c -o sshnodelay.so
+--- sshfs-fuse-1.5/Makefile.in.orig	2006-02-20 12:52:43.000000000 +0100
++++ sshfs-fuse-1.5/Makefile.in	2006-02-21 16:29:20.519512250 +0100
+@@ -598,7 +598,7 @@
+ 	rm -f "$(DESTDIR)$(libdir)/sshnodelay.so"
+ 
+ sshnodelay.so:
+-	$(CC) -Wall -W -s --shared -fPIC $(sshnodelay_libs) sshnodelay.c -o sshnodelay.so
++	$(CC) $(CFLAGS) -fPIC -shared $(sshnodelay_libs) sshnodelay.c -o sshnodelay.so
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
================================================================


More information about the pld-cvs-commit mailing list