forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libgpg-error] Update to 1.51, [libsecret] Fix platforms (microsoft#4…
- Loading branch information
Showing
11 changed files
with
82 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/configure.ac b/configure.ac | ||
index ce369af..95cbba2 100644 | ||
--- a/configure.ac | ||
+++ b/configure.ac | ||
@@ -633,6 +633,7 @@ if test x"$gl_use_threads" = xno; then | ||
AC_MSG_NOTICE([generated src/lock-obj-pub.native.h for $host]) | ||
elif test x$cross_compiling = xyes; then | ||
case $host in | ||
+ *-*-linux-android* | \ | ||
*-*-gnu* | *-*-linux-gnu* | *-*-linux-musl*) | ||
AC_CHECK_TOOL(OBJDUMP, [objdump]) | ||
if test -n "$OBJDUMP"; then |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
diff --git a/configure.ac b/configure.ac | ||
index 4de263a..9aa0f69 100644 | ||
--- a/configure.ac | ||
+++ b/configure.ac | ||
@@ -200,6 +200,10 @@ esac | ||
AX_CC_FOR_BUILD | ||
|
||
AH_BOTTOM([ | ||
+#if defined(__MINGW32__) && !defined(_WIN32_WINNT) | ||
+#define _WIN32_WINNT 0x0600 /* for STARTUPINFOEX */ | ||
+#endif | ||
+ | ||
/* Force using of NLS for W32 even if no libintl has been found. This is | ||
okay because we have our own gettext implementation for W32. */ | ||
#if defined(HAVE_W32_SYSTEM) && !defined(ENABLE_NLS) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
diff --git a/Makefile.am b/Makefile.am | ||
index 0f07509..65e058a 100644 | ||
--- a/Makefile.am | ||
+++ b/Makefile.am | ||
@@ -105,6 +105,7 @@ gen-ChangeLog: | ||
|
||
if HAVE_W32_SYSTEM | ||
install-data-hook: | ||
+install-data-hook-orig: | ||
set -e; \ | ||
for i in $$(sed -e '/^#/d' -e 's/#.*//' $(top_srcdir)/po/LINGUAS); do \ | ||
$(MKDIR_P) "$(DESTDIR)$(localedir)/$$i/LC_MESSAGES" || true; \ | ||
diff --git a/configure.ac b/configure.ac | ||
index 9aa0f69..ce369af 100644 | ||
--- a/configure.ac | ||
+++ b/configure.ac | ||
@@ -207,7 +207,7 @@ AH_BOTTOM([ | ||
/* Force using of NLS for W32 even if no libintl has been found. This is | ||
okay because we have our own gettext implementation for W32. */ | ||
#if defined(HAVE_W32_SYSTEM) && !defined(ENABLE_NLS) | ||
-#define ENABLE_NLS 1 | ||
+/* keep NLS controlled by libgpg-error[nls] */ | ||
#endif | ||
|
||
/* Connect the generic estream-printf.c to our framework. */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters