From: blogic Date: Sun, 14 Oct 2007 05:12:22 +0000 (+0000) Subject: fix dependency bug in python X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=105e58b5742f42150e1c7dc53888c2468c9abadb;p=packages.git fix dependency bug in python git-svn-id: svn://svn.openwrt.org/openwrt/packages@9310 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/lang/python/Makefile b/lang/python/Makefile index d1c6e15b9..24e581c57 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)" \