wok diff miniupnpd/receipt @ rev 20408
dropbear/sshx: localhost may be undef
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 31 10:05:34 2018 +0200 (2018-07-31) |
parents | 943e0b9e503d |
children | 797b839bde3a |
line diff
1.1 --- a/miniupnpd/receipt Mon Dec 18 12:30:14 2017 +0100 1.2 +++ b/miniupnpd/receipt Tue Jul 31 10:05:34 2018 +0200 1.3 @@ -17,6 +17,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + sed -i 's|uname -m|echo i486|' Makefile* netfilter*/Makefile 1.8 mkdir -p $DESTDIR/usr/share/man/man8 1.9 sed -i 's,^EXTIF=eth0,EXTIF=$(route -n | awk ''/^0.0.0.0/ { print $8 }''),' netfilter/iptables_init.sh 1.10 make -f Makefile.linux config.h