wok-tiny diff dropbear-client-without-zlib/receipt @ rev 142

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 27 17:43:23 2019 +0100 (2019-02-27)
parents 817547059bd8
children a28c45a86936
line diff
     1.1 --- a/dropbear-client-without-zlib/receipt	Mon Mar 05 16:43:41 2018 +0100
     1.2 +++ b/dropbear-client-without-zlib/receipt	Wed Feb 27 17:43:23 2019 +0100
     1.3 @@ -25,11 +25,16 @@
     1.4  	DROPBEARS="dbclient scp"
     1.5  	sed -i  -e 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|' \
     1.6  		-e 's|/usr/libexec/sftp-server|/usr/sbin/sftp-server|' \
     1.7 +		-e 's|.*MD5_HMAC.*|/*&*/|' \
     1.8 +		-e 's|.*_AES128.*|/*&*/|' \
     1.9 +		-e 's|.*TWOFISH128.*|/*&*/|' \
    1.10  		options.h
    1.11  	[ -d $WOK/zlib/taz ] || cook zlib
    1.12  	ln -s $WOK/zlib/taz/*/fs/usr/lib/* /usr/share/uclibc-cross-compiler-$TARGET/lib/ 2> /dev/null
    1.13  	ln -s /usr/include/z*.h /usr/share/uclibc-cross-compiler-$TARGET/include/ 2> /dev/null
    1.14  	./configure --prefix=/usr --without-pam --host=$TARGET-pc-linux-gnu \
    1.15 +		--disable-lastlog --disable-utmp --disable-utmpx \
    1.16 +		--disable-wtmp --disable-wtmpx \
    1.17  		--disable-zlib CC=uclibc-$TARGET-cc &&
    1.18  	make PROGRAMS="$DROPBEARS" MULTI=1 &&
    1.19  	install -d -m 755 $DESTDIR/usr/bin &&