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:
parent
3ef4182af5
commit
70f2f3a778
4 changed files with 1 additions and 4 deletions
|
@ -42,7 +42,6 @@ build() {
|
|||
--build=$CBUILD
|
||||
--host=$CHOST
|
||||
--prefix=/usr
|
||||
--target=$CTARGET
|
||||
--with-build-sysroot=$CBUILDROOT
|
||||
--with-python=/usr/bin/python3
|
||||
--disable-nls
|
||||
|
|
|
@ -91,7 +91,6 @@ _build_flavor() {
|
|||
$builddir/configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--target=$CTARGET \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
|
@ -29,7 +29,6 @@ build() {
|
|||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--target=$CTARGET \
|
||||
--sbindir=/usr/sbin \
|
||||
--mandir=/usr/share/man \
|
||||
--with-user=nsd \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue