Skip to content

Commit

Permalink
app-containers/conmon: Fixup Makefile patch
Browse files Browse the repository at this point in the history
Signed-off-by: Zac Medico <[email protected]>
  • Loading branch information
zmedico committed Sep 26, 2023
1 parent cbf8a19 commit 94900fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-containers/conmon/files/conmon-2.1.8-Makefile.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- override LIBS += $(shell $(PKG_CONFIG) --libs libsystemd-journal)
- override CFLAGS += $(shell $(PKG_CONFIG) --cflags libsystemd-journal) -D USE_JOURNALD=1
-else ifeq ($(shell $(PKG_CONFIG) --exists libsystemd && echo "0"), 0)
+ifeq ($(shell echo "0"), 0)
+ifeq ($(shell $(PKG_CONFIG) --exists libsystemd && echo "0"), 0)
@@ -127 +123,0 @@
- $(MAKE) -C tools
--- a/docs/Makefile
Expand Down

0 comments on commit 94900fa

Please sign in to comment.