]> git.puffer.fish Git - mirror/frr.git/commit
vtysh: Fix static compilation
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 7 Dec 2016 20:28:44 +0000 (15:28 -0500)
committerDavid Lamparter <equinox@opensourcerouting.org>
Fri, 9 Dec 2016 14:48:56 +0000 (15:48 +0100)
commitc43ac31c18316b393a61de552fcb367730e25bad
tree2efa01e773f2886b352bfa82f79293cf7c24428f
parent25801920d2bdd955ec1c64cb04751890e576ee91
vtysh: Fix static compilation

When compiling vtysh with --enable-static and --disasble-shared
we get linker errors with duplicate function names.

This commit addresses this issue.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit dd2ecdedf88eb612759617ba044e4c29353088de)
vtysh/vtysh.c
vtysh/vtysh_user.c