[packages] msmtp: update to v1.4.18, add libtool fixups, disable rpath, cleanup
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 5 Oct 2009 14:46:22 +0000 (14:46 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 5 Oct 2009 14:46:22 +0000 (14:46 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17884 3c298f89-4303-0410-b956-a3cf2f4a3e73

mail/msmtp/Makefile

index b9364d4..dbb018b 100644 (file)
@@ -9,13 +9,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=msmtp
-PKG_VERSION:=1.4.17
-PKG_RELEASE:=3
+PKG_VERSION:=1.4.18
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=@SF/msmtp
+PKG_MD5SUM:=74f80b41c058a0ee34819d6bf5ff3b1a
 
-PKG_MD5SUM:=b0b74f1144812b60688f590c62a0d3dd
+PKG_FIXUP:=libtool
 
 include $(INCLUDE_DIR)/package.mk
 
@@ -91,6 +92,7 @@ endef
 endef
 
 CONFIGURE_ARGS += \
+       --disable-rpath \
        --without-libssl32 \
        --without-libintl \
        --without-libgsasl \