diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-12 19:10:12 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-12 19:12:19 +0000 |
commit | 7fa1c2b29e582f38ff16c5cd8f5df761a9662367 (patch) | |
tree | 247f4c40ae3d90969840d1df625a00a0d7a69acd /community/keepassxc | |
parent | d3a2d7ece7e2e1b6cac58a84f019fb5f1ab39737 (diff) | |
download | aports-7fa1c2b29e582f38ff16c5cd8f5df761a9662367.tar.bz2 aports-7fa1c2b29e582f38ff16c5cd8f5df761a9662367.tar.xz |
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.
Diffstat (limited to 'community/keepassxc')
-rw-r--r-- | community/keepassxc/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/community/keepassxc/APKBUILD b/community/keepassxc/APKBUILD index ce85391c4c..35818f0e96 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 } |