Created
January 20, 2012 16:46
-
-
Save hadess/1648337 to your computer and use it in GitHub Desktop.
Don't build systemd-journald with systemd 38
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 542f9eb30e664a93cca58249e9424cfbc0cc2f5d Mon Sep 17 00:00:00 2001 | |
From: Bastien Nocera <[email protected]> | |
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