From c9c9e9dfbd5f5b7890fddae8bdb6c104d97e7517 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 22 Feb 2006 16:23:42 +0000 Subject: fix --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3