mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
build: put missing KMOD_CFLAGS into Makefile
The build fails if kmod is not in a default location.
This commit is contained in:
parent
52ffb444cb
commit
f884afb206
@ -4200,6 +4200,10 @@ systemd_resolved_SOURCES = \
|
||||
src/resolve/resolved.c \
|
||||
src/resolve/resolved-manager.c
|
||||
|
||||
systemd_resolved_CFLAGS = \
|
||||
$(AM_CFLAGS) \
|
||||
$(KMOD_CFLAGS)
|
||||
|
||||
nodist_systemd_resolved_SOURCES = \
|
||||
src/resolve/resolved-gperf.c
|
||||
|
||||
@ -4301,6 +4305,10 @@ systemd_networkd_wait_online_LDADD = \
|
||||
test_network_SOURCES = \
|
||||
src/network/test-network.c
|
||||
|
||||
test_network_CFLAGS = \
|
||||
$(AM_CFLAGS) \
|
||||
$(KMOD_CFLAGS)
|
||||
|
||||
test_network_LDADD = \
|
||||
libsystemd-networkd-core.la
|
||||
$(KMOD_LIBS)
|
||||
|
Loading…
Reference in New Issue
Block a user