mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/bzip3: use o3
This commit is contained in:
parent
757fa45cd1
commit
7de710d0b2
@ -2,7 +2,7 @@
|
||||
# Maintainer: Grigory Kirillov <txgk@bk.ru>
|
||||
pkgname=bzip3
|
||||
pkgver=1.3.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Better and stronger spiritual successor to BZip2"
|
||||
url="https://github.com/kspalaiologos/bzip3"
|
||||
arch="all"
|
||||
@ -13,7 +13,7 @@ subpackages="$pkgname-libs $pkgname-static $pkgname-dev $pkgname-doc"
|
||||
source="https://github.com/kspalaiologos/bzip3/releases/download/$pkgver/bzip3-$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
export CFLAGS="${CFLAGS/-Os/-O2}"
|
||||
export CFLAGS="${CFLAGS/-Os/-O3}"
|
||||
|
||||
case "$CARCH" in
|
||||
arm*|riscv64)
|
||||
|
Loading…
Reference in New Issue
Block a user