wok rev 21985
linld: x86 support (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 14 11:52:35 2019 +0200 (2019-10-14) |
parents | 6e3d30b3031f |
children | 2164471e4535 |
files | ebtables/receipt fetchmail/receipt linld/stuff/src/!COMPILE.BAT |
line diff
1.1 --- a/ebtables/receipt Mon Oct 14 11:20:06 2019 +0200 1.2 +++ b/ebtables/receipt Mon Oct 14 11:52:35 2019 +0200 1.3 @@ -7,7 +7,7 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 LICENSE="GPL2" 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -WEB_SITE="http://ebtables.sourceforge.net/" 1.8 +WEB_SITE="https://netfilter.org/" 1.9 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.10 TAGS="firewall" 1.11
2.1 --- a/fetchmail/receipt Mon Oct 14 11:20:06 2019 +0200 2.2 +++ b/fetchmail/receipt Mon Oct 14 11:52:35 2019 +0200 2.3 @@ -7,7 +7,7 @@ 2.4 MAINTAINER="erjo@slitaz.org" 2.5 LICENSE="GPL2" 2.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.7 -WEB_SITE="http://www.fetchmail.info/" 2.8 +WEB_SITE="https://www.fetchmail.info/" 2.9 WGET_URL="http://download.berlios.de/fetchmail/$TARBALL" 2.10 HANDBOOK_URL="http://fetchmail.berlios.de/fetchmail-man.html" 2.11 TAGS="email"
3.1 --- a/linld/stuff/src/!COMPILE.BAT Mon Oct 14 11:20:06 2019 +0200 3.2 +++ b/linld/stuff/src/!COMPILE.BAT Mon Oct 14 11:52:35 2019 +0200 3.3 @@ -3,12 +3,12 @@ 3.4 tasm /h > helptasm.log 3.5 bcc > helpbcc.log 3.6 tlink > helptlink.log 3.7 -bcc @bccopt.opt -S -mt -DLARGE_IMAGES *.cpp > cpp.log 3.8 +bcc @bccopt.opt -S -mt -DUSE_ARGSTR -DLARGE_IMAGES *.cpp > cpp.log 3.9 ren LINLD.ASM LINLD.ASO 3.10 ren LOAD.ASM LOAD.ASO 3.11 ren HIMEM.ASM HIMEM.ASO 3.12 mawk -f pipehole.awk LINLD.ASO > LINLD.ASM 3.13 mawk -f pipehole.awk LOAD.ASO > LOAD.ASM 3.14 mawk -f pipehole.awk HIMEM.ASO > HIMEM.ASM 3.15 -tasm /la /m /dLARGE_IMAGES /dLONG_FILENAME *.asm > asm.log 3.16 +tasm /la /m /dUSE_ARGSTR /dNO386 /dLARGE_IMAGES /dLONG_FILENAME *.asm > asm.log 3.17 tlink /m /s /t @link.cmd > lnk.log