From 21f2cfc0fea132c43671df326eea3d338c9660c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erg=C3=BCn=20Salman?= Date: Mon, 11 Jul 2016 22:03:34 +0300 Subject: [PATCH] wine 1.9.14 fix options --- hardware/emulator/wine/actions.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/hardware/emulator/wine/actions.py b/hardware/emulator/wine/actions.py index f1c7aa3c54..561589be88 100644 --- a/hardware/emulator/wine/actions.py +++ b/hardware/emulator/wine/actions.py @@ -24,19 +24,17 @@ def setup(): # to the 64bit files that was compiled in the first step (files in the work) # # 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.system("sed -i 's|OpenCL/opencl.h|CL/opencl.h|g' configure*") autotools.autoreconf("-vif") options = "--without-capi \ - --with-curses \ - --without-hal \ + --without-oss \ + --without-opencl \ --without-gstreamer \ + --without-hal \ --with-dbus \ --with-opengl \ --with-alsa \