-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
buildenv/1.3.x/win32-static: update pcre to 8.40.
- Loading branch information
Showing
3 changed files
with
22 additions
and
31 deletions.
There are no files selected for viewing
23 changes: 0 additions & 23 deletions
23
buildenv/1.3.x/win32-static/patches/pcre-8.39-use-MD-instead-of-MT.patch
This file was deleted.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
buildenv/1.3.x/win32-static/patches/pcre-8.40-fix-cmake-option-pcre-static-runtime.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
For compatibility with newer CMakes. | ||
|
||
--- ./CMakeLists.txt | ||
+++ ./CMakeLists.txt | ||
@@ -191,7 +193,7 @@ IF (MINGW) | ||
ENDIF(MINGW) | ||
|
||
IF(MSVC) | ||
- OPTION(PCRE_STATIC_RUNTIME OFF CACHE BOOL | ||
+ OPTION(PCRE_STATIC_RUNTIME | ||
"ON=Compile against the static runtime (/MT)." | ||
OFF) | ||
OPTION(INSTALL_MSVC_PDB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters