Files
Arch-R/packages/network/dropbear/build
Stephan Raue a1ebaf5f53 dropbear:
- remove hack for not using linker plugin (fixed now)
2010-06-05 08:19:06 +02:00

21 lines
359 B
Bash
Executable File

#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build zlib
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
--enable-shared \
--disable-shadow \
make
make scp