dropbear: depends on zlib

This commit is contained in:
Stephan Raue 2009-09-20 09:00:08 +02:00
parent a2e91bee5c
commit c6b07f2c2d
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,7 @@
. config/options . config/options
$SCRIPTS/build toolchain $SCRIPTS/build toolchain
$SCRIPTS/build zlib
cd $PKG_BUILD cd $PKG_BUILD
@ -16,4 +17,4 @@ cd $PKG_BUILD
--disable-shadow \ --disable-shadow \
make make
make scp make scp

View File

@ -2,6 +2,8 @@
. config/options . config/options
$SCRIPTS/install zlib
mkdir -p $INSTALL/usr/sbin mkdir -p $INSTALL/usr/sbin
cp -PR $PKG_BUILD/dropbear $INSTALL/usr/sbin cp -PR $PKG_BUILD/dropbear $INSTALL/usr/sbin