From c963ca098ec003b09357cf14c8287fa68c67b778 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 21 Nov 2017 08:58:13 +0000 Subject: [PATCH] wine: broken --- srcpkgs/wine/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index 31c64319bc8..e01b732a583 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -37,6 +37,9 @@ build_options="staging" desc_option_staging="Enable wine-staging patchset" #build_options_default="staging" +# non-PIE executable found in PIE build: /usr/bin/wine +broken="https://build.voidlinux.eu/builders/i686_builder/builds/6118/steps/shell_3/logs/stdio" + if [ ${build_option_staging} ]; then hostmakedepends+=" automake" fi