From: florian Date: Sun, 1 Feb 2009 17:58:35 +0000 (+0000) Subject: [package] enable ipv6 support in irssi (#4539) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=49e5b4e32ce1950f29d0700e390fa0e2e20516fc;p=packages.git [package] enable ipv6 support in irssi (#4539) git-svn-id: svn://svn.openwrt.org/openwrt/packages@14345 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/irssi/Makefile b/net/irssi/Makefile index 8b7dd19ba..9a93fe4b0 100644 --- a/net/irssi/Makefile +++ b/net/irssi/Makefile @@ -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