mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-27 16:41:11 +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
|
fi
|
||||||
|
|
||||||
|
if [[ ${CHOST} == *mingw* ]] ; then
|
||||||
|
myconf+=(
|
||||||
|
--disable-pthreads
|
||||||
|
)
|
||||||
|
fi
|
||||||
|
|
||||||
ECONF_SOURCE="${S}" econf "${myconf[@]}"
|
ECONF_SOURCE="${S}" econf "${myconf[@]}"
|
||||||
|
|
||||||
if ! multilib_is_native_abi; then
|
if ! multilib_is_native_abi; then
|
||||||
|
@ -282,6 +282,12 @@ multilib_src_configure() {
|
|||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ ${CHOST} == *mingw* ]] ; then
|
||||||
|
myconf+=(
|
||||||
|
--disable-pthreads
|
||||||
|
)
|
||||||
|
fi
|
||||||
|
|
||||||
ECONF_SOURCE="${S}" econf "${myconf[@]}"
|
ECONF_SOURCE="${S}" econf "${myconf[@]}"
|
||||||
|
|
||||||
if ! multilib_is_native_abi; then
|
if ! multilib_is_native_abi; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user