Files
Arch-R/packages/debug/htop/build
Stephan Raue 5f5fabf28c htop: fails to build with GOLD linker
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-27 07:46:00 +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