From 4971f98477ae94e32f0f6a6aa1d5e5796f13fe29 Mon Sep 17 00:00:00 2001 From: Idris Kalp Date: Wed, 10 Mar 2021 18:58:34 +0300 Subject: [PATCH] libetonyek fix --- office/misc/libetonyek/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/office/misc/libetonyek/actions.py b/office/misc/libetonyek/actions.py index 129862ed6a..e871f4bd36 100644 --- a/office/misc/libetonyek/actions.py +++ b/office/misc/libetonyek/actions.py @@ -16,7 +16,7 @@ def setup(): --disable-werror \ --without-docs \ --enable-static=no \ - --with-mdds=1.7") + --with-mdds=1.5") pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")