main/libevent: enable tests, except regression tests

The regression tests fails, but we can still run the other tests.
This commit is contained in:
Firas Khalil Khana 2025-01-17 20:29:22 +00:00 committed by Natanael Copa
parent 07d7036db9
commit 2b84ca9bdc

View File

@ -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
}