wok-6.x diff transmission/receipt @ rev 25442
Update some wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 02 16:30:36 2022 +0000 (2022-09-02) |
parents | 5ea0ce1cecc0 |
children |
line diff
1.1 --- a/transmission/receipt Tue Jun 08 08:46:05 2021 +0000 1.2 +++ b/transmission/receipt Fri Sep 02 16:30:36 2022 +0000 1.3 @@ -27,6 +27,12 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + # autoconf 2.70 bug workaround 1.8 + sed -e '/IT_PROG_INTLTOOL\]/d' \ 1.9 + -e '/enable-nls requires intltool/d' \ 1.10 + -e 's| *\[\(IT_PROG_INTLTOOL(.*)\).*|\1|' \ 1.11 + -i configure.ac 1.12 + 1.13 touch third-party/miniupnp/VERSION 1.14 CFLAGS="$CFLAGS -fdata-sections -ffunction-sections \ 1.15 -Wl,--gc-sections"