aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Heil <heil@terminal-consulting.de>2014-10-07 20:55:41 +0200
committerThomas Heil <heil@terminal-consulting.de>2014-10-07 20:55:41 +0200
commitfce0c8a874c73a162569edf04fe46ac6349251e5 (patch)
treeaa9e55158b50964c804f22bd31d466ed5049c7c9
parentbb01c49e01c32ba2271c6da1ea9a5de9aac4666a (diff)
parente7f1cac1bffafd322fec9db44341dd52d05625dc (diff)
Merge pull request #403 from jslachta/master
unixodbc: change PKG_SOURCE_URL to sourceforge
-rw-r--r--libs/unixodbc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/unixodbc/Makefile b/libs/unixodbc/Makefile
index 5c6f4e116..eeb6fc96b 100644
--- a/libs/unixodbc/Makefile
+++ b/libs/unixodbc/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2012 OpenWrt.org
+# Copyright (C) 2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -11,7 +11,7 @@ PKG_NAME:=unixodbc
PKG_VERSION:=2.3.2
PKG_RELEASE:=1
-PKG_SOURCE_URL:=ftp://ftp.unixodbc.org/pub/unixODBC/
+PKG_SOURCE_URL:=@SF/unixodbc
PKG_SOURCE:=unixODBC-$(PKG_VERSION).tar.gz
PKG_MD5SUM:=5e4528851eda5d3d4aed249b669bd05b
PKG_BUILD_DIR:=$(BUILD_DIR)/unixODBC-$(PKG_VERSION)