mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-25 17:48:44 +02:00
testing/libhomfly: update config sub for loongarch64
Signed-off-by: yzewei <yangzewei@loongson.cn>
This commit is contained in:
parent
e84a7fbb83
commit
d46d26c0a0
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ subpackages="$pkgname-dev"
|
|||
source="https://github.com/miguelmarco/libhomfly/releases/download/$_pkgver/libhomfly-$_pkgver.tar.gz"
|
||||
builddir=$srcdir/libhomfly-$_pkgver
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
update_config_sub
|
||||
}
|
||||
|
||||
build() {
|
||||
export CFLAGS="${CFLAGS/-Os/-O3}" # gotta go fast
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue