[packages/e2fsprogs] explicitly pass systemd unit dir and udev rules dir
atler
atler at pld-linux.org
Sun Mar 8 20:17:06 CET 2026
commit 128d1344d3dfea98fdf381a9e06fe2284d1ae7f1
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Mar 8 20:15:20 2026 +0100
explicitly pass systemd unit dir and udev rules dir
otherwise systemd-devel and udev-devel are required to get them from
pkgconfig files
e2fsprogs.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/e2fsprogs.spec b/e2fsprogs.spec
index 9eb902c..75ee31f 100644
--- a/e2fsprogs.spec
+++ b/e2fsprogs.spec
@@ -685,7 +685,9 @@ cp -f /usr/share/automake/config.sub .
%{!?with_tls:--disable-tls} \
--disable-rpath \
--disable-uuidd \
- %{!?with_allstatic:--enable-elf-shlibs}
+ %{!?with_allstatic:--enable-elf-shlibs} \
+ --with-systemd-unit-dir="%{systemdunitdir}" \
+ --with-udev-rules-dir=/lib/udev/rules.d
%{__make} libs \
LDFLAGS="%{rpmldflags}" \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/e2fsprogs.git/commitdiff/128d1344d3dfea98fdf381a9e06fe2284d1ae7f1
More information about the pld-cvs-commit
mailing list