aboutsummaryrefslogtreecommitdiff
path: root/ports/libusbmuxd
diff options
context:
space:
mode:
authorthe-j0k3r <31389848+the-j0k3r@users.noreply.github.com>2018-09-02 10:28:10 +0100
committerRobert Schumacher <roschuma@microsoft.com>2018-09-02 02:28:10 -0700
commit88bc18918c91b6bccc95b41b5d4333a482102730 (patch)
treedbfd338c443cfa0beb21f1910ac869841d947430 /ports/libusbmuxd
parentb4ca5e4b5e59063e189ad8db4e01589ff8906af0 (diff)
downloadvcpkg-88bc18918c91b6bccc95b41b5d4333a482102730.tar.gz
vcpkg-88bc18918c91b6bccc95b41b5d4333a482102730.zip
[openssl] bump to 1.0.2p CVE-2018-0732 (#4130)
* [openssl] bump to 1.0.2p CVE-2018-0732 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-0732 https://www.openssl.org/news/vulnerabilities.html * [openssl-unix][openssl-windows] Update control files for 1.0.2p * [openssl-windows][openssl-uwp] Update hashes * [libusbmuxd][libplist] Disable LTCG to enable compiler upgrades * [libirecovery] Add missing getopt dependency
Diffstat (limited to 'ports/libusbmuxd')
-rw-r--r--ports/libusbmuxd/CONTROL2
-rw-r--r--ports/libusbmuxd/portfile.cmake3
2 files changed, 4 insertions, 1 deletions
diff --git a/ports/libusbmuxd/CONTROL b/ports/libusbmuxd/CONTROL
index b93c9d379..3773d17f9 100644
--- a/ports/libusbmuxd/CONTROL
+++ b/ports/libusbmuxd/CONTROL
@@ -1,4 +1,4 @@
Source: libusbmuxd
-Version: 1.0.107-1
+Version: 1.0.107-2
Description: A client library to multiplex connections from and to iOS devices
Build-Depends: libplist
diff --git a/ports/libusbmuxd/portfile.cmake b/ports/libusbmuxd/portfile.cmake
index 36414f68d..c4d338b19 100644
--- a/ports/libusbmuxd/portfile.cmake
+++ b/ports/libusbmuxd/portfile.cmake
@@ -11,6 +11,9 @@ vcpkg_from_github(
PATCHES dllexport.patch
)
+set(ENV{_CL_} "$ENV{_CL_} /GL-")
+set(ENV{_LINK_} "$ENV{_LINK_} /LTCG:OFF")
+
vcpkg_install_msbuild(
SOURCE_PATH ${SOURCE_PATH}
PROJECT_SUBPATH libusbmuxd.sln