From 53c594441c8094bb7567984fe8ba4647cca4fa21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erg=C3=BCn=20Salman?= Date: Mon, 11 Jul 2016 16:25:28 +0300 Subject: [PATCH] wine 1.9.14 version bump --- hardware/emulator/wine/actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardware/emulator/wine/actions.py b/hardware/emulator/wine/actions.py index 789a01d686..f1c7aa3c54 100644 --- a/hardware/emulator/wine/actions.py +++ b/hardware/emulator/wine/actions.py @@ -25,13 +25,13 @@ def setup(): # # More info can be obtained here: http://wiki.winehq.org/Wine64 - + #shelltools.export("CPPFLAGS", "-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0") #shelltools.system("make -C ./wine-staging-%s/patches DESTDIR=$(pwd) install" %get.srcVERSION()) #pisitools.flags.add("-fno-omit-frame-pointer") shelltools.system("sed -i 's|OpenCL/opencl.h|CL/opencl.h|g' configure*") - shelltools.export("CPPFLAGS", "-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0") + autotools.autoreconf("-vif") options = "--without-capi \ --with-curses \