[package] enable ipv6 support in irssi (#4539)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@14345 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-02-01 17:58:35 +00:00
parent 0f6cf9b206
commit 49e5b4e32c

View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=irssi
PKG_VERSION:=0.8.10
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)a.tar.bz2
PKG_SOURCE_URL:=http://irssi.org/files/
@ -40,7 +40,7 @@ define Build/Configure
--without-file-offset-size \
--without-ssl \
--disable-ssl \
--disable-ipv6 \
--enable-ipv6 \
--disable-proxy \
)
endef