Skip to content

Commit

Permalink
Prevent accidental detection of libidn2 installation
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder authored and triplef committed Aug 14, 2024
1 parent 43d2e03 commit 1293ecf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phases/19-libcurl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ ${CMAKE} .. \
-DBUILD_CURL_EXE=NO \
-DCURL_CA_BUNDLE=NONE `# disable CA bundle path, needs to be read at runtime from app bundle` \
-DCMAKE_FIND_ROOT_PATH=${INSTALL_PREFIX} `# make CMake look for OpenSSL in installation directory` \
-DUSE_LIBIDN2=NO \ # Prevent accidental detection of an idn2 installation

echo -e "\n### Building"
make -j${MAKE_JOBS}
Expand Down

0 comments on commit 1293ecf

Please sign in to comment.