mirror of
https://github.com/systemd/systemd.git
synced 2025-01-12 13:18:14 +03:00
build-sys: Honor CFLAGS for journalctl again
Regression from e905a45681
.
This commit is contained in:
parent
58c5d4215a
commit
4ca302b967
@ -2789,6 +2789,8 @@ systemd_cat_LDADD = \
|
||||
libsystemd-shared.la \
|
||||
libsystemd-journal-internal.la
|
||||
|
||||
journalctl_CFLAGS = $(AM_CFLAGS)
|
||||
|
||||
journalctl_SOURCES = \
|
||||
src/journal/journalctl.c
|
||||
|
||||
@ -2808,7 +2810,7 @@ journalctl_SOURCES += \
|
||||
src/journal/journal-qrcode.c \
|
||||
src/journal/journal-qrcode.h
|
||||
|
||||
journalctl_CFLAGS = \
|
||||
journalctl_CFLAGS += \
|
||||
$(QRENCODE_CFLAGS)
|
||||
|
||||
journalctl_LDADD += \
|
||||
|
Loading…
Reference in New Issue
Block a user