New comment by nekopsykose on void-packages repository https://github.com/void-linux/void-packages/issues/51303#issuecomment-2272071725 Comment: reading the dolphin template (i didn't read it before), you say you edited the LDFLAGS line, but that line is behind `if [ "$CROSS_BUILD" ];` instead put it in ```sh if [ "$XBPS_TARGET_LIBC" = "musl" ]; then LDFLAGS="$LDFLAGS -Wl,-z,stack-size=0x200000" makedepends+=" musl-fts-devel" fi ``` or something like that