[packages] wget: update to 1.13.4 (thanks to Peter Wagner)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28519 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7165659d36
commit
7d726fc07d
@ -8,12 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=wget
|
||||
PKG_VERSION:=1.12
|
||||
PKG_RELEASE:=3
|
||||
PKG_VERSION:=1.13.4
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
|
||||
PKG_MD5SUM:=308a5476fc096a8a525d07279a6f6aa3
|
||||
PKG_MD5SUM:=12115c3750a4d92f9c6ac62bac372e85
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
||||
@ -65,7 +65,7 @@ CONFIGURE_ARGS+= \
|
||||
|
||||
ifeq ($(BUILD_VARIANT),ssl)
|
||||
CONFIGURE_ARGS+= \
|
||||
--with-ssl \
|
||||
--with-ssl=openssl \
|
||||
--with-libssl-prefix="$(STAGING_DIR)/usr"
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user