From 064e30f37f2b5c6a4528e3bc97d4bcc29086160b Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 6 Dec 2020 21:05:43 +0300 Subject: [PATCH] xfce4-diskperf-plugin --- desktop/xfce/addon/xfce4-diskperf-plugin/actions.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/desktop/xfce/addon/xfce4-diskperf-plugin/actions.py b/desktop/xfce/addon/xfce4-diskperf-plugin/actions.py index 1e7ea2f283..2090c693d8 100644 --- a/desktop/xfce/addon/xfce4-diskperf-plugin/actions.py +++ b/desktop/xfce/addon/xfce4-diskperf-plugin/actions.py @@ -9,9 +9,12 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure() - - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + # fix build failure w/ xfce4-panel-4.15.0 + pisitools.dosed("panel-plugin/main.c", "", "") + autotools.configure() + + + pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") def build(): autotools.make()