wok-tiny diff dropbear-without-zlib/receipt @ rev 138

dropbear: shrink
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 05 22:31:30 2018 +0100 (2018-03-05)
parents 10cf1a5f187d
children 1869a110d35f
line diff
     1.1 --- a/dropbear-without-zlib/receipt	Sun Feb 12 19:39:46 2017 +0100
     1.2 +++ b/dropbear-without-zlib/receipt	Mon Mar 05 22:31:30 2018 +0100
     1.3 @@ -25,6 +25,9 @@
     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  	./configure --prefix=/usr --without-pam --host=$TARGET-pc-linux-gnu \
    1.12  		--disable-zlib CC=uclibc-$TARGET-cc &&