wok rev 20603

Update iptraf & gcc3
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 17 12:19:32 2018 +0100 (2018-12-17)
parents 80dcc86dce23
children 9e8d7fd12ee2
files gcc3/receipt iptraf/receipt
line diff
     1.1 --- a/gcc3/receipt	Mon Dec 17 10:11:59 2018 +0100
     1.2 +++ b/gcc3/receipt	Mon Dec 17 12:19:32 2018 +0100
     1.3 @@ -22,8 +22,8 @@
     1.4  	cd gcc-build
     1.5  	{
     1.6  	$src/configure --prefix=/usr --libexecdir=/usr/lib \
     1.7 -		--host=$HOST_SYSTEM-gnu --build=$BUILD_SYSTEM-gnu \
     1.8 -		--target=$BUILD_SYSTEM-gnu \
     1.9 +		--host=i686-pc-linux-gnu --build=i686-pc-linux-gnu \
    1.10 +		--target=i686-pc-linux-gnu \
    1.11  		--infodir=/usr/share/info --mandir=/usr/share/man --enable-nls \
    1.12  		--enable-languages=c,c++ --enable-shared --with-system-zlib \
    1.13  		--enable-clocale=gnu --enable-objc-gc --enable-__cxa_atexit \
     2.1 --- a/iptraf/receipt	Mon Dec 17 10:11:59 2018 +0100
     2.2 +++ b/iptraf/receipt	Mon Dec 17 12:19:32 2018 +0100
     2.3 @@ -18,6 +18,7 @@
     2.4  compile_rules()
     2.5  {
     2.6  	cd $src/src
     2.7 +	sed -i 's|linux/if_tr|netinet/if_tr|' tcptable.h *.c
     2.8  	sed -i 's|uname -m|echo i486|' Makefile
     2.9  	sed -i 's/lncurses/& -ltinfo/' Makefile
    2.10  	mkdir -p $DESTDIR/usr/bin 2> /dev/null