From: Michael Tremer Date: Fri, 10 Oct 2025 11:27:50 +0000 (+0000) Subject: systemd: Fix linking udev X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81c1a32abafe831513b337f7b03b5292f35cb15c;p=ipfire-2.x.git systemd: Fix linking udev Signed-off-by: Michael Tremer --- diff --git a/lfs/systemd b/lfs/systemd index ad5cffdc6..7a0894445 100644 --- a/lfs/systemd +++ b/lfs/systemd @@ -95,6 +95,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # Remve udev rule which requires a full systemd installation cd $(DIR_APP) && sed '/systemd-sysctl/s/^/#/' -i rules.d/99-systemd.rules.in + # Fix udev linking + cd $(DIR_APP) && \ + sed -i "/udev_dependencies,/a \ 'link_with': udev_link_with," src/udev/meson.build + # Prepare udev for build. cd $(DIR_APP) && mkdir -pv build cd $(DIR_APP)/build &&meson setup \