From 147ebcd98ce97e014d5a2631f8eef695626f7428 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Thu, 24 Sep 2009 18:05:23 +0000 Subject: fix hidden symbol compilation error when using ld directly --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6a6d4a7..22609c2 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ ebtables-standalone.o: ebtables-standalone.c include/ebtables_u.h .PHONY: libebtc libebtc: $(OBJECTS2) - $(LD) -shared -soname libebtc.so -o libebtc.so -lc $(OBJECTS2) + $(CC) -shared -Wl,-soname,libebtc.so -o libebtc.so -lc $(OBJECTS2) ebtables: $(OBJECTS) ebtables-standalone.o libebtc $(CC) $(CFLAGS) $(CFLAGS_SH_LIB) -o $@ ebtables-standalone.o -I$(KERNEL_INCLUDES) -L. -Lextensions -lebtc $(EXT_LIBSI) \ -- cgit v1.2.3