Commit d84914a0 authored by Vitaliy Gusev's avatar Vitaliy Gusev Committed by Stephen Hemminger

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: default avatarVitaliy Gusev <vgusev@openvz.org>

--
Thank,
Vitaliy Gusev
Signed-off-by: default avatarStephen Hemminger <shemminger@linux-foundation.org>
parent 7c73e1bd
......@@ -24,3 +24,5 @@ clean:
rm -f $(ALLOBJ) $(TARGETS)
LDLIBS += -ldl
LDFLAGS += -Wl,-export-dynamic
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment