libnm: link with libdl
Not default when linking with GOLD linker, but used for loading the VPN plugins. We still get it when using NSS by dumb luck, but GnuTLS doesn't drag it in. https://bugzilla.gnome.org/show_bug.cgi?id=769328
This commit is contained in:
@@ -137,6 +137,7 @@ GLIB_MKENUMS_C_FLAGS = --identifier-prefix NM --fhead '\#include "nm-default.h"\
|
||||
libnm_la_LIBADD = \
|
||||
$(top_builddir)/libnm-core/libnm-core.la \
|
||||
$(top_builddir)/introspection/libnmdbus.la \
|
||||
$(LIBDL) \
|
||||
$(GLIB_LIBS) \
|
||||
$(UUID_LIBS) \
|
||||
$(GUDEV_LIBS)
|
||||
|
Reference in New Issue
Block a user