diff options
author | Sertonix <sertonix@posteo.net> | 2023-11-30 16:55:40 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2023-12-07 14:14:56 +0000 |
commit | 9024026ee6838388f8b87e52a17495786ed85d4e (patch) | |
tree | 7a37ef43f8f4365b58c3dcdea068ccdbee41be0a /main/libdbi/APKBUILD | |
parent | 91d9ec91df3ea8c732628bb26ae67a38416a8e09 (diff) | |
download | aports-9024026ee6838388f8b87e52a17495786ed85d4e.zip |
main/*: add missing !check option
Diffstat (limited to 'main/libdbi/APKBUILD')
-rw-r--r-- | main/libdbi/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libdbi/APKBUILD b/main/libdbi/APKBUILD index 0cd63a25b24..21b9298afe5 100644 --- a/main/libdbi/APKBUILD +++ b/main/libdbi/APKBUILD @@ -4,7 +4,7 @@ pkgname=libdbi pkgver=0.9.0 pkgrel=4 pkgdesc="Database independent abstraction layer for C" -options="libtool" +options="libtool !check" url="https://libdbi.sourceforge.net/" arch="all" license="LGPL-2.1-or-later" |