Skip to content

Commit

Permalink
libcurl: disable building man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
triplef committed Oct 25, 2024
1 parent 03f448e commit c38b055
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion phases/19-libcurl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ ${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
-DUSE_LIBIDN2=NO `# Prevent accidental detection of an idn2 installation` \
-DBUILD_LIBCURL_DOCS=NO \
-DBUILD_MISC_DOCS=NO \

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

0 comments on commit c38b055

Please sign in to comment.