[packages/lvm2] - honour _libexecdir

qboosh qboosh at pld-linux.org
Tue Nov 15 19:24:56 CET 2022


commit 6433969568980d6e455d8d9fcf9303dba75c5b4a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Nov 15 19:25:10 2022 +0100

    - honour _libexecdir

 lvm2.spec | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/lvm2.spec b/lvm2.spec
index 60980b0..d3bb4b4 100644
--- a/lvm2.spec
+++ b/lvm2.spec
@@ -354,6 +354,9 @@ unset CC
 %configure \
 	--enable-cache_check_needs_check \
 	--enable-cmdlib \
+%if %{with cluster}
+	--enable-cmirrord \
+%endif
 	%{?with_lvmdbusd:--enable-dbus-service --enable-notify-dbus} \
 	%{?debug:--enable-debug} \
 	--enable-dmeventd \
@@ -377,12 +380,10 @@ unset CC
 	--with-cache-dump=/usr/sbin/cache_dump \
 	--with-cache-repair=/usr/sbin/cache_repair \
 	--with-cache-restore=/usr/sbin/cache_restore \
-%if %{with cluster}
-	--enable-cmirrord \
-%endif
 	--with-default-locking-dir=/var/lock/lvm \
 	--with-dmeventd-path=%{_sbindir}/dmeventd \
 	--with-interface=ioctl \
+	--with-libexecdir=%{_libexecdir} \
 	--with-mirrors=internal \
 	--with-optimisation="%{rpmcflags}" \
 	--with-snapshots=internal \
@@ -394,9 +395,9 @@ unset CC
 	--with-thin-repair=/usr/sbin/thin_repair \
 	--with-thin-restore=/usr/sbin/thin_restore \
 	--with-udev-prefix=/ \
+	--with-usrlibdir=%{_libdir} \
 	--with-vdo=internal --with-vdo-format=%{_bindir}/vdoformat \
-	--with-writecache=internal \
-	--with-usrlibdir=%{_libdir}
+	--with-writecache=internal
 
 # no --enable-nls: no translations exist, broken
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lvm2.git/commitdiff/6433969568980d6e455d8d9fcf9303dba75c5b4a



More information about the pld-cvs-commit mailing list