From 3abd09485f97d2213ff1472ab7c06cae1415d280 Mon Sep 17 00:00:00 2001 From: chris mikkelson Date: Tue, 30 Mar 2010 23:43:33 -0500 Subject: [PATCH] Compile with -fPIC for FreeBSD/amd64 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a0fd4e0..c62132e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SMTPSINK?=../smtpsink LIBURL?=../liburl -CFLAGS=-g -Wall -Werror -I$(SMTPSINK) -I$(LIBURL) -I/usr/local/include +CFLAGS=-g -fPIC -Wall -Werror -I$(SMTPSINK) -I$(LIBURL) -I/usr/local/include LDFLAGS=-L/usr/local/lib -L$(LIBURL) LIBS=$(SMTPSINK)/module_api.o -lurl -lpcre -lnmsg -- 2.50.1