Added patch to (hopefully) fix detection of gnutls on Ubuntu 14.10.

This commit is contained in:
Sebastian Lackner
2014-09-07 08:14:56 +02:00
parent 6bca298771
commit 7b90cca3d7
4 changed files with 45 additions and 0 deletions

1
debian/changelog vendored
View File

@@ -10,6 +10,7 @@ wine-compholio (1.7.26) UNRELEASED; urgency=low
* Added patch to fix issues when using setcap on wine executable.
* Added patch to improve heap allocation performance by using more freelists.
* Added patch to fix detection of ncurses on Archlinux (avoids ugly workarounds at build time).
* Added patch to fix detection of gnutls on Ubuntu 14.10.
* Added patch to use assembly wrapper for TLS callbacks.
* Removed patch to fix issue with msi/ITERATE_MoveFiles (accepted upstream).
* Removed patch to fix detection of ncurses on Archlinux (accepted upstream).