From 74604356c4ff843baa7350ac29f98297426d26c7 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 14 Oct 2007 05:12:22 +0000 Subject: [PATCH] fix dependency bug in python SVN-Revision: 9310 --- lang/python/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/python/Makefile b/lang/python/Makefile index d1c6e15b9d..24e581c578 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -123,6 +123,7 @@ define Build/Compile --disable-ipv6 \ --without-cxx-main \ --with-threads \ + ac_cv_lib_readline_readline=no \ HOSTPYTHON=./hostpython \ HOSTPGEN=./hostpgen \ OPT="$(TARGET_CFLAGS)" \ -- 2.30.2