mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/libevent: enable tests, except regression tests
The regression tests fails, but we can still run the other tests.
This commit is contained in:
parent
07d7036db9
commit
2b84ca9bdc
@ -3,12 +3,11 @@
|
||||
pkgname=libevent
|
||||
pkgver=2.1.12
|
||||
_pkgver=$pkgver-stable
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
pkgdesc="An event notification library"
|
||||
url="https://libevent.org/"
|
||||
arch="all"
|
||||
license="BSD-3-Clause"
|
||||
options="!check" # regression tests failed
|
||||
depends_dev="python3"
|
||||
makedepends="$depends_dev openssl-dev>3"
|
||||
subpackages="$pkgname-static $pkgname-dev"
|
||||
@ -35,7 +34,8 @@ build() {
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc
|
||||
--sysconfdir=/etc \
|
||||
--disable-libevent-regress
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user