fix dependency bug in python
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 14 Oct 2007 05:12:22 +0000 (05:12 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 14 Oct 2007 05:12:22 +0000 (05:12 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9310 3c298f89-4303-0410-b956-a3cf2f4a3e73

lang/python/Makefile

index d1c6e15..24e581c 100644 (file)
@@ -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)" \