mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/clamav: force large stacks on musl
clamav assumes glibc on linux with huge stacks; but musl has smallish default stack size similar to bsd. force clamav to manually set required sizes to work without crashing.
This commit is contained in:
parent
dd19c7f3e9
commit
d911f2daaf
@ -2,7 +2,7 @@
|
||||
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
|
||||
pkgname=clamav
|
||||
pkgver=0.98.4
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgusers="clamav"
|
||||
pkggroups="clamav"
|
||||
pkgdesc="An anti-virus toolkit for UNIX"
|
||||
@ -54,6 +54,7 @@ build() {
|
||||
--with-group=clamav \
|
||||
--with-dbdir=/var/lib/clamav \
|
||||
--enable-clamdtop \
|
||||
--enable-bigstack \
|
||||
|| return 1
|
||||
make || return 1
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user