From eacf5c9388b25ea3c61b7f6e1cd6333f08306cf4 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Tue, 3 Jul 2007 17:48:53 +0000 Subject: use fPIC flag --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1b09c14..00758ae 100644 --- a/Makefile +++ b/Makefile @@ -87,10 +87,10 @@ getethertype.o: getethertype.c include/ethernetdb.h $(CC) $(CFLAGS) $(CFLAGS_SH_LIB) $(PROGSPECS) -c -o $@ $< -Iinclude/ ebtables.o: ebtables.c include/ebtables_u.h - $(CC) $(CFLAGS) $(PROGSPECS) -c -o $@ $< -I$(KERNEL_INCLUDES) + $(CC) $(CFLAGS) $(CFLAGS_SH_LIB) $(PROGSPECS) -c -o $@ $< -I$(KERNEL_INCLUDES) ebtables-standalone.o: ebtables-standalone.c include/ebtables_u.h - $(CC) $(CFLAGS) $(PROGSPECS) -c $< -o $@ -I$(KERNEL_INCLUDES) + $(CC) $(CFLAGS) $(CFLAGS_SH_LIB) $(PROGSPECS) -c $< -o $@ -I$(KERNEL_INCLUDES) .PHONY: libebtc libebtc: $(OBJECTS2) -- cgit v1.2.3