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