From 7fa1c2b29e582f38ff16c5cd8f5df761a9662367 Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Wed, 12 Jun 2019 19:10:12 +0000 Subject: community/keepassxc: disable WITH_XC_SHARING 7ef5690120 (bump testing/keepassxc to 2.4.0, 2019-04-06) enabled this option to work around a bug. This bug was fixed in 2.4.1, so the option can be disabled again. --- community/keepassxc/APKBUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/community/keepassxc/APKBUILD b/community/keepassxc/APKBUILD index ce85391c4cc..35818f0e962 100644 --- a/community/keepassxc/APKBUILD +++ b/community/keepassxc/APKBUILD @@ -25,7 +25,6 @@ build() { cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=/usr/lib \ -DCMAKE_BUILD_TYPE=Release \ - -DWITH_XC_KEESHARE=ON \ -DKEEPASSXC_BUILD_TYPE=Release . make } -- cgit v1.2.3