From 6e48d734d611729b2a651b0991a76dfe7c44f863 Mon Sep 17 00:00:00 2001 From: chris mikkelson Date: Tue, 30 Mar 2010 23:44:28 -0500 Subject: [PATCH] Compile module API with -fPIC for modules on FreeBSD/amd64 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b700739..cdf82df 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ module.o: module.c smtpsink.h cc $(CFLAGS) -c module.c module_api.o: module_api.c smtpsink.h - cc $(CFLAGS) -c module_api.c + cc $(CFLAGS) -fPIC -c module_api.c smtpsink.o: smtpsink.c smtpsink.h conn_queue.h smtpsink-int.h -- 2.50.1