Use libvdeplug.h instead of libvdeplug_dyn.h
authorFufu Fang <fangfufu2003@gmail.com>
Sun, 8 Aug 2021 22:39:03 +0000 (23:39 +0100)
committerFufu Fang <fangfufu2003@gmail.com>
Mon, 9 Aug 2021 10:36:34 +0000 (11:36 +0100)
commit96ce3c9e052b27c2b5f85320dff5f0cc52defa9a
tree26a6432c2b3bba825e356e9a8aa77db7815dde0f
parentbf7abd5a059d27dc544b435b67f7f1d5419d318b
Use libvdeplug.h instead of libvdeplug_dyn.h

Fix https://github.com/gsliepen/tinc/issues/300

The libvdeplug.h from Debian Unstable is almost identical to the
one from Debian Buster. My making this change, the task of linking
the libvdeplug library is passed to the system dynamic linker at
tincd start time, instead of doing it manually with
libvdeplug_dynopen when vde functionality is actually needed.

This fixes the compilation issue in Ubuntu 21.04 and Debian
Unstable.
configure.ac
src/vde_device.c