mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 19:20:12 +01:00
build: fix symbol version file for _nm_device_factory_no_default_settings
Strange, didn't get this failure before...
./src/NetworkManager: symbol lookup error: ./src/devices/wifi/.libs/libnm-device-plugin-wifi.so: undefined symbol: _nm_device_factory_no_default_settings
This commit is contained in:
parent
5f00a20f38
commit
dc8ed66a19
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ global:
|
|||
_nm_dbus_proxy_call_finish;
|
||||
_nm_dbus_signal_connect_data;
|
||||
_nm_device_factory_no_default_links;
|
||||
_nm_device_factory_no_default_settings;
|
||||
_nm_exported_object_clear_and_unexport;
|
||||
_nm_log_impl;
|
||||
_nm_logging_enabled_state;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue