On Fri, Apr 28, 2017 at 5:21 AM, Jacek Caban jacek@codeweavers.com wrote:
On 4/28/17 2:19 AM, Bruno Jesus wrote:
On Thu, Apr 27, 2017 at 8:27 PM, Michael Müller michael@fds-team.de wrote:
This patch broke the compilation on Debian Wheezy and Ubuntu Trusty:
schannel_gnutls.c: In function schannel_get_mac_algid: schannel_gnutls.c:329:10: error: ‘GNUTLS_MAC_AEAD undeclared (first use in this function) schannel_gnutls.c:329:10: note: each undeclared identifier is reported only once for each function it appears in
Build overview: https://dev.wine-staging.com/builder/group/60/ (Click Downloads for build logs) Debian Wheezy build log: https://builds.wine-staging.com/2017-04-27-21-23-02-job-10597/build.log
PC-BSD 9 broke too, same error.
Please verify that the attached patch fixes the problem.
Yes, it fixes the problem.
Thanks, Bruno