Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hadess/1648337 to your computer and use it in GitHub Desktop.
Save hadess/1648337 to your computer and use it in GitHub Desktop.
Don't build systemd-journald with systemd 38
From 542f9eb30e664a93cca58249e9424cfbc0cc2f5d Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Fri, 20 Jan 2012 16:10:32 +0000
Subject: [PATCH] don't build systemd-journald, don't need it
---
Makefile.am | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 4bb0609..4a76c78 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1335,11 +1335,11 @@ pkginclude_HEADERS += \
lib_LTLIBRARIES += \
libsystemd-journal.la
-rootlibexec_PROGRAMS += \
- systemd-journald
+#rootlibexec_PROGRAMS += \
+# systemd-journald
-rootbin_PROGRAMS += \
- systemd-journalctl
+#rootbin_PROGRAMS += \
+# systemd-journalctl
dist_systemunit_DATA += \
units/systemd-journald.socket
--
1.7.6.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment