From 987b58a8a6b4bbd8ad7cf337aaaf3b924a8f8b37 Mon Sep 17 00:00:00 2001 From: git-bruh Date: Tue, 30 Aug 2022 17:16:48 +0530 Subject: [PATCH] dhcpcd: disable udev, closes #83 --- extra/dhcpcd/build | 3 ++- extra/dhcpcd/version | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/extra/dhcpcd/build b/extra/dhcpcd/build index a97cbd9d..ffab03b4 100755 --- a/extra/dhcpcd/build +++ b/extra/dhcpcd/build @@ -5,7 +5,8 @@ --sbindir=/usr/bin \ --sysconfdir=/etc \ --rundir=/run \ - --libexecdir=/usr/lib/dhcpcd + --libexecdir=/usr/lib/dhcpcd \ + --without-udev make make BINMODE=755 install diff --git a/extra/dhcpcd/version b/extra/dhcpcd/version index 8b064322..9af3a11a 100644 --- a/extra/dhcpcd/version +++ b/extra/dhcpcd/version @@ -1 +1 @@ -9.4.1 1 +9.4.1 2