From: chris mikkelson Date: Fri, 2 Apr 2010 19:30:55 +0000 (-0500) Subject: Compile with -fPIC for platforms which need it (FreeBSD/amd64) X-Git-Url: https://git.mikk.net/?a=commitdiff_plain;h=e7a71217abadecbe311491109271799999cdfe30;p=liburl Compile with -fPIC for platforms which need it (FreeBSD/amd64) --- 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 $>