diff options
Diffstat (limited to 'src/devices/team/Makefile.am')
| -rw-r--r-- | src/devices/team/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/team/Makefile.am b/src/devices/team/Makefile.am index 3609ace4..db756b4c 100644 --- a/src/devices/team/Makefile.am +++ b/src/devices/team/Makefile.am @@ -49,6 +49,7 @@ if ENABLE_TESTS check-local: $(top_srcdir)/tools/check-exports.sh $(builddir)/.libs/libnm-device-plugin-team.so $(SYMBOL_VIS_FILE) + LD_BIND_NOW=1 LD_PRELOAD=$(builddir)/.libs/libnm-device-plugin-team.so $(top_builddir)/src/NetworkManager --version >/dev/null endif |