]> git.pld-linux.org Git - packages/sshfs-fuse.git/commitdiff
- fix amd64 build.
authorPaweł Sikora <pluto@pld-linux.org>
Tue, 21 Feb 2006 15:30:52 +0000 (15:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sshfs-fuse-fPIC.patch -> 1.1

sshfs-fuse-fPIC.patch [new file with mode: 0644]

diff --git a/sshfs-fuse-fPIC.patch b/sshfs-fuse-fPIC.patch
new file mode 100644 (file)
index 0000000..0aaec79
--- /dev/null
@@ -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 $(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 $(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:
This page took 0.095139 seconds and 4 git commands to generate.