aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2006-02-22 16:23:42 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2006-02-22 16:23:42 +0000
commitc9c9e9dfbd5f5b7890fddae8bdb6c104d97e7517 (patch)
tree0de3da737f4d36bab2c486da2d8a5638893ccc81
parent3cfb3a6dabc3d3dd239e194829be1822165729e6 (diff)
downloadsshfs-c9c9e9dfbd5f5b7890fddae8bdb6c104d97e7517.tar
sshfs-c9c9e9dfbd5f5b7890fddae8bdb6c104d97e7517.tar.gz
sshfs-c9c9e9dfbd5f5b7890fddae8bdb6c104d97e7517.tar.bz2
sshfs-c9c9e9dfbd5f5b7890fddae8bdb6c104d97e7517.zip
fix
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6be7a29..b5bfa72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-22 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Add -fPIC to the comile flags of sshnodelay.so. Reported by
+ Anthony Kolasny
+
2006-02-20 Miklos Szeredi <miklos@szeredi.hu>
* Released 1.5
diff --git a/Makefile.am b/Makefile.am
index 72aa75d..6f35bfa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,4 +24,4 @@ uninstall-local:
rm -f "$(DESTDIR)$(libdir)/sshnodelay.so"
sshnodelay.so:
- $(CC) -Wall -W -s --shared $(sshnodelay_libs) sshnodelay.c -o sshnodelay.so
+ $(CC) -Wall -W -s --shared -fPIC $(sshnodelay_libs) sshnodelay.c -o sshnodelay.so