Port: Stop specifying the --target option when not necessary

These ports don't interact directly with target-specific binaries so
passing a --target option don't make sense for them.
This commit is contained in:
Lucas Chollet
2026-02-26 22:27:04 +01:00
committed by Sönke Holz
parent 38439f4cc8
commit cdb52e6550
7 changed files with 3 additions and 7 deletions

View File

@@ -6,7 +6,6 @@ files=(
)
useconfigure='true'
configopts=(
"--target=${SERENITY_ARCH}-pc-serenity"
"--with-lib=${SERENITY_INSTALL_ROOT}/usr/local"
'CFLAGS=-DNO_IPV6 -std=c17'
)

View File

@@ -7,4 +7,4 @@ config_sub_paths=("build-aux/config.sub")
files=(
"https://ftpmirror.gnu.org/gnu/make/make-${version}.tar.gz#dd16fb1d67bfab79a72f5e8390735c49e3e8e70b4945a15ab1f81ddb78658fb3"
)
configopts=("--target=${SERENITY_ARCH}-pc-serenity" "--with-sysroot=/" "--without-guile" "CFLAGS=-std=c17")
configopts=("--with-sysroot=/" "--without-guile" "CFLAGS=-std=c17")

View File

@@ -7,7 +7,6 @@ config_sub_paths=(
'build-aux/config.sub'
)
configopts=(
"--target=${SERENITY_ARCH}-pc-serenity"
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
)
files=(

View File

@@ -4,7 +4,6 @@ version='4.2.1'
useconfigure='true'
use_fresh_config_sub='true'
configopts=(
"--target=${SERENITY_ARCH}-pc-serenity"
'--with-sysroot=/'
)
files=(

View File

@@ -6,7 +6,7 @@ files=(
)
useconfigure='true'
use_fresh_config_sub='true'
configopts=("--target=${SERENITY_ARCH}-pc-serenity" "--disable-utf8")
configopts=("--disable-utf8")
depends=("ncurses")
export PKG_CONFIG_PATH="${SERENITY_INSTALL_ROOT}/usr/local/lib/pkgconfig"

View File

@@ -7,7 +7,6 @@ files=(
"https://download.samba.org/pub/rsync/src/rsync-${version}.tar.gz#2924bcb3a1ed8b551fc101f740b9f0fe0a202b115027647cf69850d65fd88c52"
)
configopts=(
"--target=${SERENITY_ARCH}-pc-serenity"
'--disable-xxhash'
)
depends=(

View File

@@ -6,7 +6,7 @@ files=(
"https://geoff.greer.fm/ag/releases/the_silver_searcher-${version}.tar.gz#d9621a878542f3733b5c6e71c849b9d1a830ed77cb1a1f6c2ea441d4b0643170"
)
workdir="the_silver_searcher-${version}"
configopts=("--target=${SERENITY_ARCH}-pc-serenity" "--disable-utf8")
configopts=("--disable-utf8")
depends=("pcre" "xz")
use_fresh_config_sub=true