summaryrefslogtreecommitdiffstats
path: root/userspace
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2007-07-03 17:48:53 +0000
committerBart De Schuymer <bdschuym@pandora.be>2007-07-03 17:48:53 +0000
commit9ffc438bbdf4d99985ec3838ba2d5543df4d18a1 (patch)
tree17c8f51b1494c7f4419c038ed18e2f563e46541e /userspace
parentc8e9ee26f2983502e2314ae84e07ecc775c5868f (diff)
use fPIC flag
Diffstat (limited to 'userspace')
-rw-r--r--userspace/ebtables2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/userspace/ebtables2/Makefile b/userspace/ebtables2/Makefile
index 1b09c14..00758ae 100644
--- a/userspace/ebtables2/Makefile
+++ b/userspace/ebtables2/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)