From 269f689276304ba4cfa9b36ec2628535eabdc9ec Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 14 Dec 2011 06:51:07 +0100 Subject: [PATCH] nano: force linking against libtinfo Signed-off-by: Stephan Raue --- packages/addons/shell/texteditor/nano/build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/addons/shell/texteditor/nano/build b/packages/addons/shell/texteditor/nano/build index d39a87f2f0..2a2f476698 100755 --- a/packages/addons/shell/texteditor/nano/build +++ b/packages/addons/shell/texteditor/nano/build @@ -25,6 +25,8 @@ # nano fails to build with GOLD linker strip_gold +LDFLAGS="$LDFLAGS -ltinfo" + cd $PKG_BUILD ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \