Skip to content

Commit

Permalink
Update pcre download url
Browse files Browse the repository at this point in the history
CMake Error at /host/build/libpcre-prefix/src/libpcre-stamp/download-libpcre.cmake:159 (message):
  Each download failed!

    error: downloading 'https://ftp.pcre.org/pub/pcre/pcre-8.43.tar.gz' failed
         status_code: 6
         status_string: "Couldn't resolve host name"
         log:
         --- LOG BEGIN ---
         Could not resolve host: ftp.pcre.org

  Closing connection 0
  • Loading branch information
lfern authored Feb 13, 2022
1 parent 028faaa commit c205d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighttpd/Findlighttpd.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ macro(lighttpd_build_server outfile)
ExternalProject_Add(
libpcre
URL
https://ftp.pcre.org/pub/pcre/pcre-8.43.tar.gz
https://sourceforge.net/projects/pcre/files/pcre/8.43/pcre-8.43.tar.gz
BINARY_DIR
${CMAKE_CURRENT_BINARY_DIR}/libprce-prefix/src/libpcre
BUILD_ALWAYS
Expand Down

0 comments on commit c205d4d

Please sign in to comment.