diff --git a/patches/Makefile b/patches/Makefile index eac9a70d..9335df05 100644 --- a/patches/Makefile +++ b/patches/Makefile @@ -274,7 +274,7 @@ configure-Absolute_RPATH.ok: # Patchset configure-Detect_Gnutls # | # | Included patches: -# | * Fix detection of gnutls on Ubuntu 14.10. [by Sebastian Lackner] +# | * Fix detection of gnutls on Ubuntu 14.10. [rev 2, by Sebastian Lackner] # | # | Modified files: # | * configure.ac @@ -283,7 +283,7 @@ configure-Absolute_RPATH.ok: configure-Detect_Gnutls.ok: $(call APPLY_FILE,configure-Detect_Gnutls/0001-configure-Fix-detection-of-gnutls-on-Ubuntu-14.10.patch) @( \ - echo '+ { "configure-Detect_Gnutls", "Sebastian Lackner", "Fix detection of gnutls on Ubuntu 14.10." },'; \ + echo '+ { "configure-Detect_Gnutls", "Sebastian Lackner", "Fix detection of gnutls on Ubuntu 14.10. [rev 2]" },'; \ ) > configure-Detect_Gnutls.ok # Patchset dsound-Fast_Mixer diff --git a/patches/configure-Detect_Gnutls/0001-configure-Fix-detection-of-gnutls-on-Ubuntu-14.10.patch b/patches/configure-Detect_Gnutls/0001-configure-Fix-detection-of-gnutls-on-Ubuntu-14.10.patch index 5a257d27..fc459ea2 100644 --- a/patches/configure-Detect_Gnutls/0001-configure-Fix-detection-of-gnutls-on-Ubuntu-14.10.patch +++ b/patches/configure-Detect_Gnutls/0001-configure-Fix-detection-of-gnutls-on-Ubuntu-14.10.patch @@ -16,7 +16,7 @@ index 2bc0008..c22b119 100644 [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include #include ]], [[static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;]])], - [WINE_CHECK_SONAME(gnutls,gnutls_global_init,,[GNUTLS_CFLAGS=""],[$GNUTLS_LIBS])])], -+ [WINE_CHECK_SONAME(gnutls,gnutls_global_init,,[GNUTLS_CFLAGS=""],[$GNUTLS_LIBS],[[libgnutls\\(xx\\)\\{0,1\\}]])])], ++ [WINE_CHECK_SONAME(gnutls,gnutls_global_init,,[GNUTLS_CFLAGS=""],[$GNUTLS_LIBS],[[libgnutls\\(-openssl\\)\\{0,1\\}]])])], [GNUTLS_CFLAGS=""])]) fi WINE_WARNING_WITH(gnutls,[test "x$ac_cv_lib_soname_gnutls" = "x"], diff --git a/patches/configure-Detect_Gnutls/definition b/patches/configure-Detect_Gnutls/definition index b5c7aa8b..4dd889ad 100644 --- a/patches/configure-Detect_Gnutls/definition +++ b/patches/configure-Detect_Gnutls/definition @@ -1,3 +1,3 @@ Author: Sebastian Lackner Subject: Fix detection of gnutls on Ubuntu 14.10. -Revision: 1 +Revision: 2