Files
Arch-R/packages/tools/htop/build
Stephan Raue a496e78372 htop: move to 'tools' package
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-12-19 11:23:07 +01:00

20 lines
397 B
Bash
Executable File

#!/bin/sh
. config/options $1
# htop fails to build with GOLD linker
strip_gold
cd $PKG_BUILD
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