aboutsummaryrefslogtreecommitdiff
path: root/versions
diff options
context:
space:
mode:
authorJames Athey <james.athey@gmail.com>2021-08-18 20:24:14 -0400
committerGitHub <noreply@github.com>2021-08-18 17:24:14 -0700
commitbd7fc2c75b87b815c96abff1990a0d2333b20d6d (patch)
tree562e2a3d8c9fee46b484c401c850eaae91baa3e0 /versions
parent27d8b2976421e39066e31b4e4b78d29d310b46f5 (diff)
downloadvcpkg-bd7fc2c75b87b815c96abff1990a0d2333b20d6d.tar.gz
vcpkg-bd7fc2c75b87b815c96abff1990a0d2333b20d6d.zip
[libconfig] fix compilation errors on macos (#19374)
* remove "find_path(STDINT_H stdint.h)". On clang/macos, this picks up the kernel headers version of stdint.h, instead of the C standard library, breaking compilation * only define YY_NO_UNISTD_H and YY_USE_CONST on Windows, like the upstream CMakeLists.txt * set the C standard to C99, like the upstream CMakeLists.txt * update to 1.7.3 * remove the "fail" line from ci.baseline.txt * run ./vcpkg x-add-version --all to update metadata files * reset port-version
Diffstat (limited to 'versions')
-rw-r--r--versions/baseline.json4
-rw-r--r--versions/l-/libconfig.json5
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json
index fce5a4ab1..1bfc674bc 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -3113,8 +3113,8 @@
"port-version": 0
},
"libconfig": {
- "baseline": "1.7.2",
- "port-version": 4
+ "baseline": "1.7.3",
+ "port-version": 0
},
"libconfuse": {
"baseline": "2019-07-14",
diff --git a/versions/l-/libconfig.json b/versions/l-/libconfig.json
index 6d7eeafa1..3a906d688 100644
--- a/versions/l-/libconfig.json
+++ b/versions/l-/libconfig.json
@@ -1,6 +1,11 @@
{
"versions": [
{
+ "git-tree": "0ef471f5497ea4d07f8282487141bcbe3ea9f319",
+ "version-string": "1.7.3",
+ "port-version": 0
+ },
+ {
"git-tree": "079c1b8cc62fe544a3277a949422bd68c57e0c45",
"version-string": "1.7.2",
"port-version": 4