[package] fix xmlrpc-c download URL to use http (#5181)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@16070 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-05-25 20:27:47 +00:00
parent c09aa5fdd8
commit 1a7b382b65

View File

@ -13,7 +13,7 @@ PKG_REV:=1724
PKG_VERSION:=1.18.3_r$(PKG_REV)
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/advanced
PKG_SOURCE_URL:=http://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/advanced
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=$(PKG_REV)
PKG_SOURCE_PROTO:=svn