]> git.pld-linux.org Git - packages/lvm2.git/commitdiff
- honour _libexecdir
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 15 Nov 2022 18:25:10 +0000 (19:25 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 15 Nov 2022 18:25:10 +0000 (19:25 +0100)
lvm2.spec

index 60980b00508defb9a7287877aeaad092c6f5fefb..d3bb4b45fc50775d5b2bb99ae818aa6cd3bd5372 100644 (file)
--- 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
 
This page took 0.05048 seconds and 4 git commands to generate.