From dce3e3d9b2f42b2e699858ec8d6ff8278f5ba058 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Sat, 13 Apr 2019 03:12:08 +0100 Subject: [PATCH] systemd: drop unknown options --- packages/sysutils/systemd/package.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/sysutils/systemd/package.mk b/packages/sysutils/systemd/package.mk index b67a4485ad..2a420c58e2 100644 --- a/packages/sysutils/systemd/package.mk +++ b/packages/sysutils/systemd/package.mk @@ -60,7 +60,6 @@ PKG_MESON_OPTS_TARGET="--libdir=/usr/lib \ -Dnetworkd=false \ -Dtimedated=false \ -Dtimesyncd=true \ - -Dmyhostname=false \ -Dfirstboot=false \ -Drandomseed=false \ -Dbacklight=false \ @@ -82,7 +81,6 @@ PKG_MESON_OPTS_TARGET="--libdir=/usr/lib \ -Dhtml=false \ -Dbashcompletiondir=no \ -Dzshcompletiondir=no \ - -Dkill-path=/usr/bin/kill \ -Dkmod-path=/usr/bin/kmod \ -Dmount-path=/usr/bin/mount \ -Dumount-path=/usr/bin/umount"