wok-tiny diff dropbear/receipt @ rev 69

Add dropbear-without-zlib
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 16 18:15:41 2011 +0200 (2011-09-16)
parents 05be185b867c
children 326cb72ed4ae
line diff
     1.1 --- a/dropbear/receipt	Sun Sep 11 17:42:22 2011 +0200
     1.2 +++ b/dropbear/receipt	Fri Sep 16 18:15:41 2011 +0200
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Light SSH client and server."
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -DEPENDS="libutil"
     1.8 +DEPENDS="libutil zlib"
     1.9  [ -n "$TARGET" ] || TARGET="i486"
    1.10  BUILD_DEPENDS="dropbear uclibc-cross-compiler-$TARGET"
    1.11  SUGGESTED="sftp-server"
    1.12 @@ -27,7 +27,7 @@
    1.13  		-e 's|/usr/libexec/sftp-server|/usr/sbin/sftp-server|' \
    1.14  		options.h
    1.15  	./configure --prefix=/usr --without-pam --host=$TARGET-pc-linux-gnu \
    1.16 -		--disable-zlib CC=uclibc-$TARGET-cc &&
    1.17 +		CC=uclibc-$TARGET-cc &&
    1.18  	make PROGRAMS="dropbear $DROPBEARS" MULTI=1 &&
    1.19  	install -d -m 755 $PWD/_pkg/usr/sbin &&
    1.20  	install -m 755 dropbearmulti $PWD/_pkg/usr/sbin/dropbear &&