mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 05:53:22 +08:00
[gettext-libintl] Avoid conftest triggering debugger window (#36055)
This commit is contained in:
parent
614e7b491b
commit
5f29060768
@ -54,9 +54,12 @@ if(VCPKG_TARGET_IS_WINDOWS)
|
||||
list(APPEND OPTIONS
|
||||
# Avoid unnecessary tests.
|
||||
am_cv_func_iconv_works=yes
|
||||
## This is required. For some reason these do not get correctly identified for release builds.
|
||||
# This is required. For some reason these do not get correctly identified for release builds.
|
||||
ac_cv_func_wcslen=yes
|
||||
ac_cv_func_memmove=yes
|
||||
# May trigger debugger window in debug builds, even in unattended builds.
|
||||
# Cf. https://github.com/microsoft/vcpkg/issues/35974
|
||||
gl_cv_func_printf_directive_n=no
|
||||
)
|
||||
if(NOT VCPKG_TARGET_IS_MINGW)
|
||||
list(APPEND OPTIONS
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "gettext-libintl",
|
||||
"version": "0.22.4",
|
||||
"port-version": 1,
|
||||
"description": "The libintl C library from GNU gettext-runtime.",
|
||||
"homepage": "https://www.gnu.org/software/gettext/",
|
||||
"license": "LGPL-2.1-or-later",
|
||||
|
@ -2938,7 +2938,7 @@
|
||||
},
|
||||
"gettext-libintl": {
|
||||
"baseline": "0.22.4",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"gettimeofday": {
|
||||
"baseline": "2017-10-14",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b81c3757a4f5b2eb78c45e29d51803e5a3418fdb",
|
||||
"version": "0.22.4",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "003232270da6a899ac59d4e61d7fead638584deb",
|
||||
"version": "0.22.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user