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