wok-6.x rev 23760
librsvg: try fix libtool
author | Hans-G?nter Theisgen |
---|---|
date | Mon May 04 07:56:50 2020 +0100 (2020-05-04) |
parents | c8f395bd169b |
children | 36e9a3dcd5de |
files | librsvg/receipt |
line diff
1.1 --- a/librsvg/receipt Mon May 04 07:00:22 2020 +0100 1.2 +++ b/librsvg/receipt Mon May 04 07:56:50 2020 +0100 1.3 @@ -26,13 +26,12 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - sed -i 's|link_all_deplibs=$link_all_deplibs|link_all_deplibs=no|' \ 1.8 - configure 1.9 - 1.10 ./configure \ 1.11 --disable-static \ 1.12 LIBCROCO_CFLAGS="-I/cross/$ARCH/sysroot/usr/include" \ 1.13 $CONFIGURE_ARGS && 1.14 + # from fix libtool: 1.15 + sed -i 's| -shared | -Wl,-Os,--as-needed\0|g' libtool 1.16 make && 1.17 make install 1.18 }