mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/ffsend: disable stack-protector for backtrace-sys
This commit is contained in:
parent
661fec13dc
commit
fd441db852
@ -11,6 +11,12 @@ makedepends="cargo openssl-dev"
|
||||
source="https://gitlab.com/timvisee/ffsend/-/archive/v$pkgver/ffsend-v$pkgver.tar.gz"
|
||||
builddir="$srcdir/$pkgname-v$pkgver"
|
||||
|
||||
case "$CARCH" in
|
||||
x86)
|
||||
export CFLAGS="$CFLAGS -fno-stack-protector"
|
||||
;;
|
||||
esac
|
||||
|
||||
build() {
|
||||
cargo build --release
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user