sshfs/sshfs-1.8-cflags.patch

10 lines
371 B
Diff
Raw Permalink Normal View History

--- Makefile.am.orig 2007-06-01 18:37:39.000000000 +0200
+++ Makefile.am 2007-06-01 18:39:03.000000000 +0200
@@ -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 --shared -fPIC $(sshnodelay_libs) sshnodelay.c -o sshnodelay.so
endif