diff --git a/desktop/xfce/addon/xfce4-systemload-plugin/actions.py b/desktop/xfce/addon/xfce4-systemload-plugin/actions.py index fe13680761..e40c2171cb 100644 --- a/desktop/xfce/addon/xfce4-systemload-plugin/actions.py +++ b/desktop/xfce/addon/xfce4-systemload-plugin/actions.py @@ -9,8 +9,11 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): + # fix build failure w/ xfce4-panel-4.15.0 + pisitools.dosed("panel-plugin/systemload.c", "", "") autotools.configure() - + + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build():