diff options
| author | Phoebe <v-phma@microsoft.com> | 2019-04-12 03:57:07 -0700 |
|---|---|---|
| committer | Phoebe <v-phma@microsoft.com> | 2019-04-12 03:57:07 -0700 |
| commit | 0963ebbd4e54c4b5fd1b3bb75e16bb8d12ef1515 (patch) | |
| tree | a90e13bfe454d1da222ddfede06dff0404181b97 | |
| parent | c5d80fdffb5165828c50ed04e73c827ac1e4dc9c (diff) | |
| download | vcpkg-0963ebbd4e54c4b5fd1b3bb75e16bb8d12ef1515.tar.gz vcpkg-0963ebbd4e54c4b5fd1b3bb75e16bb8d12ef1515.zip | |
[Glog]Upgrades 2019.03.29
| -rw-r--r-- | ports/glog/CONTROL | 2 | ||||
| -rw-r--r-- | ports/glog/glog_disable_debug_postfix.patch | 13 | ||||
| -rw-r--r-- | ports/glog/portfile.cmake | 4 |
3 files changed, 17 insertions, 2 deletions
diff --git a/ports/glog/CONTROL b/ports/glog/CONTROL index fad754f7c..19b9a35be 100644 --- a/ports/glog/CONTROL +++ b/ports/glog/CONTROL @@ -1,4 +1,4 @@ Source: glog -Version: 0.3.5-1 +Version: 0.4.0 Description: C++ implementation of the Google logging module Build-Depends: gflags diff --git a/ports/glog/glog_disable_debug_postfix.patch b/ports/glog/glog_disable_debug_postfix.patch new file mode 100644 index 000000000..7b882e1fa --- /dev/null +++ b/ports/glog/glog_disable_debug_postfix.patch @@ -0,0 +1,13 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 808330e..de0e477 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -44,7 +44,7 @@ include (CTest)
+ include (DetermineGflagsNamespace)
+ include (GNUInstallDirs)
+
+-set (CMAKE_DEBUG_POSTFIX d)
++#set (CMAKE_DEBUG_POSTFIX d)
+ set (CMAKE_THREAD_PREFER_PTHREAD 1)
+
+ if (WITH_GFLAGS)
diff --git a/ports/glog/portfile.cmake b/ports/glog/portfile.cmake index 1fa6b0164..42631f6ab 100644 --- a/ports/glog/portfile.cmake +++ b/ports/glog/portfile.cmake @@ -11,9 +11,11 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO google/glog - REF v0.3.5 + REF v0.4.0 SHA512 a54a3b8b4b7660d7558ba5168c659bc3c8323c30908a4f6a4bbc6f9cd899350f3243aabc720daebfdeb799b276b51ba1eaa1a0f83149c4e1a038d552ada1ed72 HEAD_REF master + PATCHES + glog_disable_debug_postfix.patch ) vcpkg_configure_cmake( |
