Fix lost export-dynamic

get_link_kind() fails for statically linked modules (vlan, veth, etc.) if "ip"
was linked without "export-dynamic".

Signed-off-by: Vitaliy Gusev <vgusev@openvz.org>

--
Thank,
Vitaliy Gusev
Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
This commit is contained in:
Vitaliy Gusev 2007-12-17 16:06:38 +03:00 committed by Stephen Hemminger
parent 7c73e1bd21
commit d84914a0c5
1 changed files with 2 additions and 0 deletions

View File

@ -24,3 +24,5 @@ clean:
rm -f $(ALLOBJ) $(TARGETS)
LDLIBS += -ldl
LDFLAGS += -Wl,-export-dynamic