From: Norbert Lange <nolange79@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 1/1] package/systemd: remove SysV and utmp compatibility feature
Date: Sat, 18 Jul 2020 01:43:12 +0200 [thread overview]
Message-ID: <20200717234312.17995-1-nolange79@gmail.com> (raw)
Systemd enabled compatibility with SysV services and utmp
by default, none of which is needed for buildroot as the packages
will install only the files for the chosen init system.
Signed-off-by: Norbert Lange <nolange79@gmail.com>
---
v1->v2:
- Just disable those options as implied by Thomas Petazzoni
---
package/systemd/systemd.mk | 3 +++
1 file changed, 3 insertions(+)
diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
index 9ca9b8ae0a..f1795f476f 100644
--- a/package/systemd/systemd.mk
+++ b/package/systemd/systemd.mk
@@ -22,6 +22,9 @@ SYSTEMD_PROVIDES = udev
SYSTEMD_CONF_OPTS += \
-Drootlibdir='/usr/lib' \
+ -Dsysvinit-path= \
+ -Dsysvrcnd-path= \
+ -Dutmp=false \
-Dblkid=true \
-Dman=false \
-Dima=false \
--
2.27.0
next reply other threads:[~2020-07-17 23:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-17 23:43 Norbert Lange [this message]
2020-07-18 20:43 ` [Buildroot] [PATCH v2 1/1] package/systemd: remove SysV and utmp compatibility feature Yann E. MORIN
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200717234312.17995-1-nolange79@gmail.com \
--to=nolange79@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox