mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
main/libevent: add disabled check
This commit is contained in:
parent
57f061b63a
commit
e7e38e3a1f
@ -8,6 +8,7 @@ pkgdesc="An event notification library"
|
||||
url="http://libevent.org/"
|
||||
arch="all"
|
||||
license="BSD-3-Clause"
|
||||
options="!check" # regression tests failed
|
||||
depends_dev="python2"
|
||||
makedepends="$depends_dev libressl-dev"
|
||||
subpackages="$pkgname-dev"
|
||||
@ -40,6 +41,11 @@ build() {
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make -j1 check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make -j1 DESTDIR=$pkgdir install
|
||||
|
Loading…
x
Reference in New Issue
Block a user