wok-6.x rev 24780
transmission: autoconf 2.70+ bug workaround
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 19 20:17:02 2022 +0000 (2022-03-19) |
parents | 22bf62841f5c |
children | 28a7087bc745 |
files | transmission/receipt |
line diff
1.1 --- a/transmission/receipt Sat Mar 19 18:08:11 2022 +0000 1.2 +++ b/transmission/receipt Sat Mar 19 20:17:02 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"