wok-6.x diff librsvg/receipt @ rev 23829
syslinux/isohybrid: remove Apple partitions
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 31 10:17:28 2020 +0000 (2020-05-31) |
parents | 557de358e9d4 |
children | 6831608a1b2a |
line diff
1.1 --- a/librsvg/receipt Mon May 04 06:59:35 2020 +0100 1.2 +++ b/librsvg/receipt Sun May 31 10:17:28 2020 +0000 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 }