Files
Arch-R/packages/debug/nano/build
Stephan Raue 5fddbcb369 nano: fails to build with GOLD linker
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-27 07:46:13 +01:00

16 lines
267 B
Bash
Executable File

#!/bin/sh
. config/options $1
# nano fails to build with GOLD linker
strip_gold
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
make