--- sshfs-fuse-1.6/Makefile.am.orig 2006-03-09 21:19:36 +0200 +++ sshfs-fuse-1.6/Makefile.am 2006-04-03 11:43:58 +0300 @@ -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) -W -s --shared -fPIC sshnodelay.c -o sshnodelay.so $(sshnodelay_libs)