Compile the isdn library with -fPIC

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
This commit is contained in:
Karsten Keil 2012-03-19 13:49:19 +01:00
parent 1c31f389e7
commit fcaa9126fa
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ SUBDIRS =
DEFS += -I$(PREFIXDIR)
%.o: %.c
$(CC) $(CFLAGS) $(DEFS) -fno-strict-aliasing -c -o $@ $<
$(CC) $(CFLAGS) $(DEFS) -fno-strict-aliasing -fPIC -c -o $@ $<
all: .depend libisdn.a