mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 21:51:34 +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/"
|
url="http://libevent.org/"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
options="!check" # regression tests failed
|
||||||
depends_dev="python2"
|
depends_dev="python2"
|
||||||
makedepends="$depends_dev libressl-dev"
|
makedepends="$depends_dev libressl-dev"
|
||||||
subpackages="$pkgname-dev"
|
subpackages="$pkgname-dev"
|
||||||
@ -40,6 +41,11 @@ build() {
|
|||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
check() {
|
||||||
|
cd "$builddir"
|
||||||
|
make -j1 check
|
||||||
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
make -j1 DESTDIR=$pkgdir install
|
make -j1 DESTDIR=$pkgdir install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user