diff -urN sshfs-fuse-1.8.orig/Makefile.am sshfs-fuse-1.8/Makefile.am --- sshfs-fuse-1.8.orig/Makefile.am 2007-04-18 12:41:46 +0300 +++ sshfs-fuse-1.8/Makefile.am 2007-10-23 15:21:00 +0300 @@ -25,5 +25,5 @@ rm -f "$(DESTDIR)$(libdir)/sshnodelay.so" sshnodelay.so: - $(CC) -Wall -W -s --shared -fPIC $(sshnodelay_libs) sshnodelay.c -o sshnodelay.so + $(CC) $(CFLAGS) -Wall -W -s --shared -fPIC $(sshnodelay_libs) sshnodelay.c -o sshnodelay.so -ldl endif