Skip to content

Commit

Permalink
disable nghttp2
Browse files Browse the repository at this point in the history
  • Loading branch information
frammaa committed Feb 19, 2023
1 parent c9e7cd6 commit 8d2b56e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions curl/libcurl-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ trap 'echo -e "${alert}** ERROR with Build - Check /tmp/curl*.log${alertdim}"; t
# Set defaults
CURL_VERSION="curl-7.74.0"
nohttp2="0"
catalyst="0"
catalyst="1"
FORCE_SSLV3="no"

# Set minimum OS versions for target
Expand Down Expand Up @@ -244,7 +244,7 @@ buildMac()

pushd . > /dev/null
cd "${CURL_VERSION}"
./configure -prefix="/tmp/${CURL_VERSION}-${ARCH}" --disable-shared --enable-static -with-random=/dev/urandom --with-ssl=${OPENSSL}/Mac ${NGHTTP2CFG} --host=${HOST} --disable-ldap --disable-ldaps --without-libidn2 --without-zstd --without-libpsl &> "/tmp/${CURL_VERSION}-${ARCH}.log"
./configure -prefix="/tmp/${CURL_VERSION}-${ARCH}" --disable-shared --enable-static -with-random=/dev/urandom --with-ssl=${OPENSSL}/Mac ${NGHTTP2CFG} --host=${HOST} --disable-ldap --disable-ldaps --without-libidn2 --without-zstd --without-libpsl --without-nghttp2 &> "/tmp/${CURL_VERSION}-${ARCH}.log"

make -j${CORES} >> "/tmp/${CURL_VERSION}-${ARCH}.log" 2>&1
make install >> "/tmp/${CURL_VERSION}-${ARCH}.log" 2>&1
Expand Down

0 comments on commit 8d2b56e

Please sign in to comment.