Add -fPIC for compiling

This commit is contained in:
Vicent Marti 2011-08-09 14:28:38 -07:00
parent 714348714d
commit 3753d53fbc

View file

@ -19,7 +19,7 @@ DEPDIR=depends
# "Machine-dependant" options
#MFLAGS=-fPIC
CFLAGS=-c -g -O3 -Wall -Werror -Isrc -Ihtml $(MFLAGS)
CFLAGS=-c -g -O3 -fPIC -Wall -Werror -Isrc -Ihtml $(MFLAGS)
LDFLAGS=-g -O3 -Wall -Werror $(MFLAGS)
CC=gcc