From 4dc3a247d9e50c5bb6c5e0741d2dc32664ebe223 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 6 Dec 2020 20:27:14 +0300 Subject: [PATCH] xfce4-wavelan-plugin --- desktop/xfce/addon/xfce4-wavelan-plugin/actions.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/desktop/xfce/addon/xfce4-wavelan-plugin/actions.py b/desktop/xfce/addon/xfce4-wavelan-plugin/actions.py index 1cfdd55792..739b0fe189 100644 --- a/desktop/xfce/addon/xfce4-wavelan-plugin/actions.py +++ b/desktop/xfce/addon/xfce4-wavelan-plugin/actions.py @@ -9,8 +9,10 @@ from pisi.actionsapi import get from pisi.actionsapi import pisitools def setup(): + # fix build failure w/ xfce4-panel-4.15.0 + pisitools.dosed("panel-plugin/wavelan.c", "", "") autotools.configure() - + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build():