mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
configure-Detect_Gnutls: Try 2, maybe Ubuntu 14.10 links against libgnutls-openssl.so?
This commit is contained in:
parent
f5abff47fb
commit
b33ea6c233
@ -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
|
||||
|
@ -16,7 +16,7 @@ index 2bc0008..c22b119 100644
|
||||
[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <gnutls/gnutls.h>
|
||||
#include <gnutls/crypto.h>]], [[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"],
|
||||
|
@ -1,3 +1,3 @@
|
||||
Author: Sebastian Lackner
|
||||
Subject: Fix detection of gnutls on Ubuntu 14.10.
|
||||
Revision: 1
|
||||
Revision: 2
|
||||
|
Loading…
Reference in New Issue
Block a user