From c3905cb879083b096146f9f14c83fd9128722bbb Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 6 Dec 2020 20:38:14 +0300 Subject: [PATCH] xfce4-smartbookmark-plugin --- desktop/xfce/addon/xfce4-smartbookmark-plugin/actions.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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():