mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-27 08:31:04 +02:00
net-misc/curl: Sync with Gentoo
It's from Gentoo commit 4f820e90165cb71b87c468dcd05b34c35e08898f.
This commit is contained in:
parent
d6d74ea806
commit
6421b6a494
@ -276,6 +276,12 @@ multilib_src_configure() {
|
||||
)
|
||||
fi
|
||||
|
||||
if [[ ${CHOST} == *mingw* ]] ; then
|
||||
myconf+=(
|
||||
--disable-pthreads
|
||||
)
|
||||
fi
|
||||
|
||||
ECONF_SOURCE="${S}" econf "${myconf[@]}"
|
||||
|
||||
if ! multilib_is_native_abi; then
|
||||
|
@ -282,6 +282,12 @@ multilib_src_configure() {
|
||||
)
|
||||
fi
|
||||
|
||||
if [[ ${CHOST} == *mingw* ]] ; then
|
||||
myconf+=(
|
||||
--disable-pthreads
|
||||
)
|
||||
fi
|
||||
|
||||
ECONF_SOURCE="${S}" econf "${myconf[@]}"
|
||||
|
||||
if ! multilib_is_native_abi; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user