Date: Monday, February 13, 2023 @ 14:46:41
  Author: eworm
Revision: 468719

upgpkg: lvm2 2.03.18-5: fix the debug build

Modified:
  lvm2/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-13 13:40:26 UTC (rev 468718)
+++ PKGBUILD    2023-02-13 14:46:41 UTC (rev 468719)
@@ -5,12 +5,11 @@
 pkgname=('lvm2' 'device-mapper')
 _tag='fba794b52541452da9131af594f5cd0fa7affb6d' # git rev-parse v${pkgver//./_}
 pkgver=2.03.18
-pkgrel=4
+pkgrel=5
 arch=('x86_64')
 url='https://sourceware.org/lvm2/'
 license=('GPL2' 'LGPL2.1')
 makedepends=('git' 'systemd' 'libaio' 'thin-provisioning-tools')
-options=('!debug')
 validpgpkeys=('88437EF5C077BD113D3B7224228191C1567E2C17'  # Alasdair G Kergon 
<[email protected]>
               'D501A478440AE2FD130A1BE8B9112431E509039F') # Marian Csontos 
<[email protected]>
 source=("git+https://sourceware.org/git/lvm2.git#tag=${_tag}?signed";
@@ -65,6 +64,7 @@
     --enable-readline \
     --enable-udev_rules \
     --enable-udev_sync \
+    --enable-write_install \
     --with-cache=internal \
     --with-default-dm-run-dir=/run \
     --with-default-locking-dir=/run/lock/lvm \

Reply via email to