From e7a71217abadecbe311491109271799999cdfe30 Mon Sep 17 00:00:00 2001 From: chris mikkelson Date: Fri, 2 Apr 2010 14:30:55 -0500 Subject: [PATCH] Compile with -fPIC for platforms which need it (FreeBSD/amd64) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0377f26..04e27d4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-g -Wall -Werror -I/usr/local/include +CFLAGS=-g -fPIC -Wall -Werror -I/usr/local/include .c.o: $(CC) $(CFLAGS) -c $> -- 2.50.1