main/*: update config.sub (based on loongarch64 needs)

This commit is contained in:
Jingyun Hua 2024-04-08 10:15:18 +00:00 committed by Natanael Copa
parent 6258eacf48
commit 37d693b122
6 changed files with 26 additions and 0 deletions

View file

@ -22,6 +22,11 @@ source="https://ee.lbl.gov/downloads/arpwatch/arpwatch-$pkgver.tar.gz
fix-time-h.patch
"
prepare() {
default_prepare
update_config_sub
}
build() {
export PYTHON=python3

View file

@ -18,6 +18,7 @@ done
prepare() {
default_prepare
update_config_sub
# configure will complain about missing automake randomly
./autogen.sh
}

View file

@ -18,6 +18,11 @@ source="https://linuxcontainers.org/downloads/lxc/lxc-templates-$pkgver.tar.gz
"
builddir="$srcdir/lxc-templates-$pkgver"
prepare() {
default_prepare
update_config_sub
}
build() {
./configure \
--build=$CBUILD \

View file

@ -13,6 +13,11 @@ pkggroups="mlmmj"
source="https://codeberg.org/mlmmj/mlmmj/releases/download/RELEASE_${pkgver//./_}/mlmmj-$pkgver.tar.gz"
options="!check"
prepare() {
default_prepare
update_config_sub
}
build() {
./configure \
--build=$CBUILD \

View file

@ -26,6 +26,11 @@ source="https://www.jedsoft.org/releases/slang/slang-$pkgver.tar.bz2
skip-slsh-process-test.patch
"
prepare() {
default_prepare
update_config_sub
}
build() {
./configure \
--build=$CBUILD \

View file

@ -16,6 +16,11 @@ source="https://github.com/tmux/tmux/releases/download/$pkgver/tmux-$pkgver.tar.
# 3.1c-r0:
# - CVE-2020-27347
prepare() {
default_prepare
update_config_sub
}
build() {
CFLAGS="$CFLAGS -flto=auto" \
./configure \