summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-12-16 17:55:58 +0100
committerGitHub <noreply@github.com>2019-12-16 17:55:58 +0100
commitb2f05e0e84411f985fea66e9edff1fec8f26d28d (patch)
tree1cf4b9efbb72b8ecc5a02a77fc3060634f896868 /Makefile
parent19064e51175e7832ba6180173be1a3841ab3f23d (diff)
parentb54c350a0771579444bccbc0dc7795d0bd176413 (diff)
downloadpodman-b2f05e0e84411f985fea66e9edff1fec8f26d28d.tar.gz
podman-b2f05e0e84411f985fea66e9edff1fec8f26d28d.tar.bz2
podman-b2f05e0e84411f985fea66e9edff1fec8f26d28d.zip
Merge pull request #4710 from raukadah/systemdfix
Use systemd/sd-daemon.h headers for systemd presence
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0cb194cbb..e688fc65c 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ endif
ifeq (,$(findstring systemd,$(BUILDTAGS)))
$(warning \
Podman is being compiled without the systemd build tag.\
- Install libsystemd for journald support)
+ Install libsystemd on Ubuntu or systemd-devel on rpm based distro for journald support)
endif
BUILDTAGS_CROSS ?= containers_image_openpgp exclude_graphdriver_btrfs exclude_graphdriver_devicemapper exclude_graphdriver_overlay