From fbcc7af48017468a8f33eaaa7999372c55134a1e Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 10 Aug 2018 18:04:03 +0300 Subject: [PATCH] libmicrohttpd --- server/web/libmicrohttpd/actions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/web/libmicrohttpd/actions.py b/server/web/libmicrohttpd/actions.py index 8b22821dc3..66f3116bd4 100644 --- a/server/web/libmicrohttpd/actions.py +++ b/server/web/libmicrohttpd/actions.py @@ -15,6 +15,8 @@ def setup(): --enable-curl \ --enable-largefile \ --enable-messages") + + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make()