mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
community/freeipmi: increase stack size
This commit is contained in:
parent
b9888f128d
commit
e3c60bce6c
@ -2,7 +2,7 @@
|
||||
# Maintainer: Sodface <sod@sodface.com>
|
||||
pkgname=freeipmi
|
||||
pkgver=1.6.14
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="IPMI library and utilities"
|
||||
url="https://www.gnu.org/software/freeipmi/"
|
||||
arch="all !ppc64le"
|
||||
@ -28,6 +28,8 @@ prepare() {
|
||||
}
|
||||
|
||||
build() {
|
||||
# https://gitlab.alpinelinux.org/alpine/aports/-/issues/16390
|
||||
export LDFLAGS="$LDFLAGS -Wl,-z,stack-size=0x200000"
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
|
Loading…
Reference in New Issue
Block a user