]> git.puffer.fish Git - matthieu/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>
Thu, 8 Dec 2016 13:52:37 +0000 (14:52 +0100)
commitdd2ecdedf88eb612759617ba044e4c29353088de
tree79cfdbffad999a72e16d0f90518ada43b5d01af9
parent76c764377c134c9d27508797231fc8873921b2db
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>
vtysh/vtysh.c
vtysh/vtysh_user.c