1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

main/*: remove useless --target from autoconf

This commit is contained in:
Sertonix 2025-05-09 19:16:32 +02:00 committed by Patrycja Rosa
parent 3ef4182af5
commit 70f2f3a778
4 changed files with 1 additions and 4 deletions

View file

@ -42,7 +42,6 @@ build() {
--build=$CBUILD
--host=$CHOST
--prefix=/usr
--target=$CTARGET
--with-build-sysroot=$CBUILDROOT
--with-python=/usr/bin/python3
--disable-nls

View file

@ -91,7 +91,6 @@ _build_flavor() {
$builddir/configure \
--build=$CBUILD \
--host=$CHOST \
--target=$CTARGET \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \

View file

@ -13,7 +13,7 @@ source="https://www.bytereef.org/software/mpdecimal/releases/mpdecimal-$pkgver.t
build() {
./configure \
--build=$CBUILD \
--target=$CTARGET \
--host=$CHOST \
--prefix=/usr
make
}

View file

@ -29,7 +29,6 @@ build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
--target=$CTARGET \
--sbindir=/usr/sbin \
--mandir=/usr/share/man \
--with-user=nsd \