patch #7731 contrib: Add -fPIC to CFLAGS in unix/proj/lib (by Erik Ekman)

This commit is contained in:
Simon Goldschmidt 2012-03-01 18:59:22 +01:00
parent 6f002beae5
commit 600b8665a5
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ LWIPDIR=$(CONTRIBDIR)/../lwip/src
CCDEP=gcc
CC=gcc
CFLAGS=-g -Wall -DIPv4 -DLWIP_DEBUG
CFLAGS=-g -Wall -DIPv4 -DLWIP_DEBUG -fPIC
CFLAGS:=$(CFLAGS) \
-I$(LWIPDIR)/include -I$(LWIPARCH)/include -I$(LWIPDIR)/include/ipv4 \