[package] get the enable/disable ipv6 configure option from the build system, do not override it locally

git-svn-id: svn://svn.openwrt.org/openwrt/packages@17009 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2009-07-26 11:57:29 +00:00
parent e3ec1e30e8
commit 4de5143b4e
24 changed files with 37 additions and 68 deletions

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2006-2008 OpenWrt.org
# Copyright (C) 2006-2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=python
PKG_VERSION:=2.6.1
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=Python-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.python.org/ftp/python/$(PKG_VERSION)/
@ -126,7 +126,6 @@ define Build/Compile
$(call Build/Configure/Default, \
--sysconfdir=/etc \
--disable-shared \
--disable-ipv6 \
--without-cxx-main \
--with-threads \
--with-system-ffi \