Skip to content
Snippets Groups Projects
Commit e3c60bce authored by sodface's avatar sodface Committed by Celeste
Browse files

community/freeipmi: increase stack size

parent b9888f12
No related branches found
No related tags found
1 merge request!71533community/freeipmi: increase stack size
Pipeline #257095 skipped
...@@ -2,7 +2,7 @@ ...@@ -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() { ...@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment