From: chris mikkelson Date: Wed, 31 Mar 2010 04:44:28 +0000 (-0500) Subject: Compile module API with -fPIC for modules on FreeBSD/amd64 X-Git-Url: https://git.mikk.net/?a=commitdiff_plain;h=6e48d734d611729b2a651b0991a76dfe7c44f863;p=smtpsink Compile module API with -fPIC for modules on FreeBSD/amd64 --- 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