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()