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