aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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