1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 11:45:18 +03:00

testing/libcork: disable, FTBFS under gcc 10

This commit is contained in:
Ariadne Conill 2021-07-23 01:16:45 -06:00
parent 5771b04e90
commit 930f640139

View file

@ -5,7 +5,8 @@ pkgver=0.15.0
pkgrel=1
pkgdesc="Simple, easily embeddable cross-platform C library"
url="https://github.com/redjack/libcork"
arch="all"
# FTBFS, perhaps newer 1.x version is working
#arch="all"
license="BSD-3-Clause"
makedepends="cmake check-dev"
checkdepends="python3"