From 77994da36ea9bed3fbc6c9f29ab080f67e33ecd8 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Sun, 15 Apr 2018 10:46:53 -0500 Subject: [PATCH] Disable another patch --- wine.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wine.spec b/wine.spec index 2284f1c..eb35e74 100644 --- a/wine.spec +++ b/wine.spec @@ -683,7 +683,10 @@ gzip -dc %{SOURCE900} | tar -xf - --strip-components=1 # disable some patches for now, breaks ARMv7 # https://bugs.winehq.org/show_bug.cgi?id=44099 -patches/patchinstall.sh DESTDIR="`pwd`" --all -W shell32-ACE_Viewer -W fsutil-Stub_Program +patches/patchinstall.sh DESTDIR="`pwd`" --all \ + -W shell32-ACE_Viewer \ + -W fsutil-Stub_Program \ + -W advapi32-Token_Integrity_Level # fix parallelized build sed -i -e 's!^loader server: libs/port libs/wine tools.*!& include!' Makefile.in