We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11db5a5 commit 6f619bfCopy full SHA for 6f619bf
compile.sh
@@ -634,6 +634,9 @@ function build_curl {
634
download_github_src "curl/curl" "$CURL_VERSION" "curl" | tar -zx >> "$DIR/install.log" 2>&1
635
write_configure
636
cd "$curl_dir"
637
+ if [[ "$(uname -s)" == "Darwin" ]]; then
638
+ sed -i'.bak' 's/^CURL_CONVERT_INCLUDE_TO_ISYSTEM//' ./configure.ac
639
+ fi
640
./buildconf --force >> "$DIR/install.log" 2>&1
641
RANLIB=$RANLIB ./configure --disable-dependency-tracking \
642
--enable-ipv6 \
0 commit comments