# HG changeset patch # User Hans-G?nter Theisgen # Date 1588575410 -3600 # Node ID d98ac734626df90860af0c3da6c6b58fbd1ee4fd # Parent c8f395bd169b17d8fbbbc5cb1ffae80f35c0b23f librsvg: try fix libtool diff -r c8f395bd169b -r d98ac734626d librsvg/receipt --- a/librsvg/receipt Mon May 04 07:00:22 2020 +0100 +++ b/librsvg/receipt Mon May 04 07:56:50 2020 +0100 @@ -26,13 +26,12 @@ # Rules to configure and make the package. compile_rules() { - sed -i 's|link_all_deplibs=$link_all_deplibs|link_all_deplibs=no|' \ - configure - ./configure \ --disable-static \ LIBCROCO_CFLAGS="-I/cross/$ARCH/sysroot/usr/include" \ $CONFIGURE_ARGS && + # from fix libtool: + sed -i 's| -shared | -Wl,-Os,--as-needed\0|g' libtool make && make install }