From fcaa9126fa2130d9689d39825b532c85c3526dc6 Mon Sep 17 00:00:00 2001 From: Karsten Keil Date: Mon, 19 Mar 2012 13:49:19 +0100 Subject: [PATCH] Compile the isdn library with -fPIC Signed-off-by: Karsten Keil --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index ebf149fa..987c7520 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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