From: John Crispin Date: Sun, 14 Oct 2007 05:12:22 +0000 (+0000) Subject: fix dependency bug in python X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=74604356c4ff843baa7350ac29f98297426d26c7 fix dependency bug in python SVN-Revision: 9310 --- 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)" \