[packages] msmtp: update to 1.4.24, remove unrecognized configure options

git-svn-id: svn://svn.openwrt.org/openwrt/packages@27725 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
swalker 2011-07-22 19:51:21 +00:00
parent ea6e292d3f
commit d306f16cd7

View File

@ -9,12 +9,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=msmtp PKG_NAME:=msmtp
PKG_VERSION:=1.4.23 PKG_VERSION:=1.4.24
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@SF/msmtp PKG_SOURCE_URL:=@SF/msmtp
PKG_MD5SUM:=5fb7ae88186624cdb125d3efad3fdc16 PKG_MD5SUM:=3ed704fbd3e7419cab5c65bb7928d9ba
PKG_FIXUP:=libtool PKG_FIXUP:=libtool
PKG_INSTALL:=1 PKG_INSTALL:=1
@ -67,7 +67,6 @@ endef
CONFIGURE_ARGS += \ CONFIGURE_ARGS += \
--disable-rpath \ --disable-rpath \
--without-libssl32-prefix \
--without-libintl-prefix \ --without-libintl-prefix \
--without-libgsasl \ --without-libgsasl \
--without-libidn --without-libidn
@ -76,8 +75,7 @@ MAKE_FLAGS :=
ifeq ($(BUILD_VARIANT),ssl) ifeq ($(BUILD_VARIANT),ssl)
CONFIGURE_ARGS += \ CONFIGURE_ARGS += \
--with-ssl=openssl \ --with-ssl=openssl
--with-libssl-prefix="$(STAGING_DIR)/usr/include"
endif endif
ifeq ($(BUILD_VARIANT),nossl) ifeq ($(BUILD_VARIANT),nossl)