aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Christensen <philc@microsoft.com>2019-09-20 15:35:15 -0700
committerGitHub <noreply@github.com>2019-09-20 15:35:15 -0700
commit7fceb4d4682f680fe7f14cc47a636a67571a5b7f (patch)
tree6b568e2101afb5c9b37459d3d49e0b4c2b1b788c
parent86a5b6fd7b58be61ebc375c5f61b3e99fd47b2ae (diff)
downloadvcpkg-7fceb4d4682f680fe7f14cc47a636a67571a5b7f.tar.gz
vcpkg-7fceb4d4682f680fe7f14cc47a636a67571a5b7f.zip
[linenoise-ng] Fix flaky config (#8276)
-rw-r--r--ports/linenoise-ng/CONTROL2
-rw-r--r--ports/linenoise-ng/portfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/linenoise-ng/CONTROL b/ports/linenoise-ng/CONTROL
index 8023c7f7d..cb5f9429a 100644
--- a/ports/linenoise-ng/CONTROL
+++ b/ports/linenoise-ng/CONTROL
@@ -1,3 +1,3 @@
Source: linenoise-ng
-Version: 4754bee2d8eb3
+Version: 4754bee2d8eb3-1
Description: A small, portable GNU readline replacement for Linux, Windows and MacOS which is capable of handling UTF-8 characters. \ No newline at end of file
diff --git a/ports/linenoise-ng/portfile.cmake b/ports/linenoise-ng/portfile.cmake
index c5e448e86..18dcfd262 100644
--- a/ports/linenoise-ng/portfile.cmake
+++ b/ports/linenoise-ng/portfile.cmake
@@ -11,6 +11,7 @@ vcpkg_from_github(
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
+ DISABLE_PARALLEL_CONFIGURE
)
vcpkg_install_cmake()