mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 05:12:29 +02:00
Upgrade to mutt-1.5.11, fixes gcc-4 specific errors, close #426
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3546 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2e6c477190
commit
b2ed6dd9f3
@ -3,12 +3,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=mutt
|
||||
PKG_VERSION:=1.4.2.1
|
||||
PKG_VERSION:=1.5.11
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_URL:=ftp://ftp.mutt.org/mutt/
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)i.tar.gz
|
||||
PKG_MD5SUM:=710bd56d3c4c4bcd1403bc4e053f7476
|
||||
PKG_SOURCE_URL:=@SF/mutt
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_MD5SUM:=00e6f8f7c37d4840e5e30583ebee21ce
|
||||
PKG_CAT:=zcat
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
@ -42,8 +42,8 @@ $(PKG_BUILD_DIR)/.configured:
|
||||
--mandir=/usr/man \
|
||||
--infodir=/usr/info \
|
||||
--program-prefix="" \
|
||||
--includedir=. \
|
||||
--oldincludedir=. \
|
||||
--includedir=$(PKG_BUILD_DIR)/. \
|
||||
--oldincludedir=$(PKG_BUILD_DIR)/. \
|
||||
--enable-pop \
|
||||
--enable-imap \
|
||||
--with-ssl \
|
||||
|
Loading…
Reference in New Issue
Block a user