From 105e58b5742f42150e1c7dc53888c2468c9abadb Mon Sep 17 00:00:00 2001 From: blogic Date: Sun, 14 Oct 2007 05:12:22 +0000 Subject: [PATCH] fix dependency bug in python git-svn-id: svn://svn.openwrt.org/openwrt/packages@9310 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/python/Makefile | 1 + 1 file changed, 1 insertion(+) 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)" \