Files
Arch-R/packages/debug/htop/build
Stephan Raue 632506b2b2 htop: add metafile support, rename patches
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-12 19:24:29 +01:00

19 lines
357 B
Bash
Executable File

#!/bin/sh
. config/options $1
cd $PKG_BUILD
$AUTORECONF
ac_cv_func_malloc_0_nonnull=yes \
ac_cv_func_realloc_0_nonnull=yes \
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
--enable-shared \
make