wok diff transmission/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents 5ea0ce1cecc0
children
line diff
     1.1 --- a/transmission/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/transmission/receipt	Sat May 21 21:38:29 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"