Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 159371 | Differences between
and this patch

Collapse All | Expand All

(-)ebtables-v2.0.8-1/Makefile (-1 / +1 lines)
Lines 87-93 Link Here
87
	$(CC) $(CFLAGS) $(CFLAGS_SH_LIB) $(PROGSPECS) -c -o $@ $< -Iinclude/
87
	$(CC) $(CFLAGS) $(CFLAGS_SH_LIB) $(PROGSPECS) -c -o $@ $< -Iinclude/
88
88
89
ebtables.o: ebtables.c include/ebtables_u.h
89
ebtables.o: ebtables.c include/ebtables_u.h
90
	$(CC) $(CFLAGS) $(PROGSPECS) -c -o $@ $< -I$(KERNEL_INCLUDES)
90
	$(CC) $(CFLAGS) $(PROGSPECS) -fPIC -c -o $@ $< -I$(KERNEL_INCLUDES)
91
91
92
ebtables-standalone.o: ebtables-standalone.c include/ebtables_u.h
92
ebtables-standalone.o: ebtables-standalone.c include/ebtables_u.h
93
	$(CC) $(CFLAGS) $(PROGSPECS) -c $< -o $@ -I$(KERNEL_INCLUDES)
93
	$(CC) $(CFLAGS) $(PROGSPECS) -c $< -o $@ -I$(KERNEL_INCLUDES)

Return to bug 159371