@@ -5,15 +5,15 @@ Subject: [PATCH] MSYS2 support for cURL
55
66Signed-off-by: Johannes Schindelin <
[email protected] >
77---
8- m4/curl-compilers.m4 | 2 +-
9- m4/xc-lt-iface.m4 | 2 +-
10- 2 files changed, 2 insertions(+), 2 deletions(-)
8+ m4/curl-compilers.m4 | 2 +-
9+ m4/xc-lt-iface.m4 | 2 +-
10+ 2 files changed, 1644 insertions(+), 2 deletions(-)
1111
1212diff --git a/m4/curl-compilers.m4 b/m4/curl-compilers.m4
13- index 240aa2b..a6c5c02 100644
13+ index dc6d3aa..fbe235d 100644
1414--- a/m4/curl-compilers.m4
1515+++ b/m4/curl-compilers.m4
16- @@ -852 ,7 +852 ,7 @@ AC_DEFUN([CURL_SET_COMPILER_WARNING_OPTS], [
16+ @@ -861 ,7 +861 ,7 @@ AC_DEFUN([CURL_SET_COMPILER_WARNING_OPTS], [
1717 CURL_ADD_COMPILER_WARNINGS([tmp_CFLAGS], [enum-conversion])
1818 CURL_ADD_COMPILER_WARNINGS([tmp_CFLAGS], [sometimes-uninitialized])
1919 case $host_os in
@@ -23,15 +23,15 @@ index 240aa2b..a6c5c02 100644
2323 dnl MinGW because the libtool wrapper executable causes them
2424 ;;
2525diff --git a/m4/xc-lt-iface.m4 b/m4/xc-lt-iface.m4
26- index f3ac0de..c1ba53c 100644
26+ index a408800..2933955 100644
2727--- a/m4/xc-lt-iface.m4
2828+++ b/m4/xc-lt-iface.m4
2929@@ -265,7 +265,7 @@ elif test "x$allow_undefined_flag" = 'xunsupported'; then
3030 xc_lt_shlib_use_no_undefined='yes'
3131 fi
3232 case $host_os in @%:@ (
33- - cygwin* | mingw* | pw32* | cegcc* | os2* | aix*)
34- + cygwin* | msys* | mingw* | pw32* | cegcc* | os2* | aix*)
33+ - cygwin* | mingw* | cegcc* | os2* | aix*)
34+ + cygwin* | msys* | mingw* | cegcc* | os2* | aix*)
3535 xc_lt_shlib_use_no_undefined='yes'
3636 ;;
3737 esac
0 commit comments