mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-22 14:10:39 +01:00
defs.mk: Fix libsystemd ldflags typo
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
505f3acd36
commit
9d4ffcee94
1 changed files with 1 additions and 1 deletions
|
|
@ -799,7 +799,7 @@ endif
|
||||||
ifeq ($(USE_SYSTEMD),true)
|
ifeq ($(USE_SYSTEMD),true)
|
||||||
BUILD_CFLAGS += -D_USE_SYSTEMD_ $(shell pkg-config --cflags libsystemd)
|
BUILD_CFLAGS += -D_USE_SYSTEMD_ $(shell pkg-config --cflags libsystemd)
|
||||||
BUILD_CPPFLAGS += -D_USE_SYSTEMD_ $(shell pkg-config --cflags libsystemd)
|
BUILD_CPPFLAGS += -D_USE_SYSTEMD_ $(shell pkg-config --cflags libsystemd)
|
||||||
BUILD_LDFLAGS += $(shell pkg-config --ldflags libsystemd)
|
BUILD_LDFLAGS += $(shell pkg-config --libs libsystemd)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(USE_TIMER),true)
|
ifeq ($(USE_TIMER),true)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue