mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-25 17:15:42 +02:00
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:
committed by
Sönke Holz
parent
38439f4cc8
commit
cdb52e6550
@@ -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'
|
||||
)
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -7,7 +7,6 @@ config_sub_paths=(
|
||||
'build-aux/config.sub'
|
||||
)
|
||||
configopts=(
|
||||
"--target=${SERENITY_ARCH}-pc-serenity"
|
||||
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
|
||||
)
|
||||
files=(
|
||||
|
||||
@@ -4,7 +4,6 @@ version='4.2.1'
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='true'
|
||||
configopts=(
|
||||
"--target=${SERENITY_ARCH}-pc-serenity"
|
||||
'--with-sysroot=/'
|
||||
)
|
||||
files=(
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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=(
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user