mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-14 02:00:31 +01:00
fake-platform: fix build
src/core/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c:1449: undefined reference to `_nm_utils_ip4_prefix_to_netmask' make[2]: *** [Makefile:11132: src/core/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh] Error 1 src/core/platform/nm-fake-platform.c:974: undefined reference to `_nm_utils_ip4_prefix_to_netmask' src/core/platform/nm-fake-platform.c:1145: undefined reference to `nm_utils_ip4_address_clear_host_address' /usr/bin/ld: src/core/platform/nm-fake-platform.c:1146: undefined reference to `nm_utils_ip4_address_clear_host_address' make[2]: *** [Makefile:11049: src/core/platform/tests/test-address-fake] Error 1 src/core/platform/nm-fake-platform.c:974: undefined reference to `_nm_utils_ip4_prefix_to_netmask' src/core/platform/nm-fake-platform.c:1145: undefined reference to `nm_utils_ip4_address_clear_host_address' /usr/bin/ld: src/core/platform/nm-fake-platform.c:1146: undefined reference to `nm_utils_ip4_address_clear_host_address' make[2]: *** [Makefile:11063: src/core/platform/tests/test-cleanup-fake] Error 1 src/core/platform/nm-fake-platform.c:974: undefined reference to `_nm_utils_ip4_prefix_to_netmask' src/core/platform/nm-fake-platform.c:1145: undefined reference to `nm_utils_ip4_address_clear_host_address' /usr/bin/ld: src/core/platform/nm-fake-platform.c:1146: undefined reference to `nm_utils_ip4_address_clear_host_address' make[2]: *** [Makefile:11077: src/core/platform/tests/test-link-fake] Error 1 src/core/platform/nm-fake-platform.c:974: undefined reference to `_nm_utils_ip4_prefix_to_netmask' src/core/platform/nm-fake-platform.c:1145: undefined reference to `nm_utils_ip4_address_clear_host_address' /usr/bin/ld: src/core/platform/nm-fake-platform.c:1146: undefined reference to `nm_utils_ip4_address_clear_host_address' make[2]: *** [Makefile:11105: src/core/platform/tests/test-route-fake] Error 1 src/core/platform/nm-fake-platform.c:974: undefined reference to `_nm_utils_ip4_prefix_to_netmask' src/core/platform/nm-fake-platform.c:1145: undefined reference to `nm_utils_ip4_address_clear_host_address' /usr/bin/ld: src/core/platform/nm-fake-platform.c:1146: undefined reference to `nm_utils_ip4_address_clear_host_address' make[2]: *** [Makefile:11028: src/core/ndisc/tests/test-ndisc-fake] Error 1 src/core/platform/nm-fake-platform.c:974: undefined reference to `_nm_utils_ip4_prefix_to_netmask' src/core/platform/nm-fake-platform.c:1145: undefined reference to `nm_utils_ip4_address_clear_host_address' /usr/bin/ld: src/core/platform/nm-fake-platform.c:1146: undefined reference to `nm_utils_ip4_address_clear_host_address' make[2]: *** [Makefile:11187: src/core/tests/config/test-config] Error 1
This commit is contained in:
parent
894d022dfe
commit
292003ef71
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
#include "libnm-platform/nm-platform-utils.h"
|
||||
#include "libnm-platform/nm-platform-private.h"
|
||||
#include "libnm-platform/nmp-object.h"
|
||||
#include "libnm-glib-aux/nm-shared-utils.h"
|
||||
|
||||
#include "nm-test-utils-core.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue