From 0bafc71c5f616371a399dee9a89392c98cb4bfd5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Sikora?= Date: Tue, 21 Feb 2006 15:30:52 +0000 Subject: [PATCH] - fix amd64 build. Changed files: sshfs-fuse-fPIC.patch -> 1.1 --- sshfs-fuse-fPIC.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 sshfs-fuse-fPIC.patch diff --git a/sshfs-fuse-fPIC.patch b/sshfs-fuse-fPIC.patch new file mode 100644 index 0000000..0aaec79 --- /dev/null +++ b/sshfs-fuse-fPIC.patch @@ -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: -- 2.44.0