summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/Makefile
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2006-12-22 18:08:41 +0000
committerBart De Schuymer <bdschuym@pandora.be>2006-12-22 18:08:41 +0000
commited6500371f35d8919df284589ca3a66949d2862c (patch)
treec0e2cb43f455b6dd6b071771842f8cf09a48f223 /userspace/ebtables2/Makefile
parentae32a242f0955a4b16bd0262d35d30226cf60655 (diff)
*** empty log message ***
Diffstat (limited to 'userspace/ebtables2/Makefile')
-rw-r--r--userspace/ebtables2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/ebtables2/Makefile b/userspace/ebtables2/Makefile
index c203f7f..ee2ea17 100644
--- a/userspace/ebtables2/Makefile
+++ b/userspace/ebtables2/Makefile
@@ -101,7 +101,7 @@ libebtc: $(OBJECTS2)
$(LD) -shared -soname libebtc.so -o libebtc.so -lc $(OBJECTS2)
ebtables: $(OBJECTS) ebtables-standalone.o libebtc
- $(CC) $(CFLAGS) -o $@ ebtables-standalone.o -I$(KERNEL_INCLUDES) -L. -Lextensions -lebtc $(EXT_LIBSI) \
+ $(CC) $(CFLAGS) $(CFLAGS_SH_LIB) -o $@ ebtables-standalone.o -I$(KERNEL_INCLUDES) -L. -Lextensions -lebtc $(EXT_LIBSI) \
-Wl,-rpath,$(LIBDIR)
ebtablesu: ebtablesu.c