Browse Source

unixodbc: change PKG_SOURCE_URL to sourceforge

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Jiri Slachta 10 years ago
parent
commit
e7f1cac1bf
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      libs/unixodbc/Makefile

+ 2
- 2
libs/unixodbc/Makefile View File

@@ -1,5 +1,5 @@
1 1
 #
2
-# Copyright (C) 2012 OpenWrt.org
2
+# Copyright (C) 2014 OpenWrt.org
3 3
 #
4 4
 # This is free software, licensed under the GNU General Public License v2.
5 5
 # See /LICENSE for more information.
@@ -11,7 +11,7 @@ PKG_NAME:=unixodbc
11 11
 PKG_VERSION:=2.3.2
12 12
 PKG_RELEASE:=1
13 13
 
14
-PKG_SOURCE_URL:=ftp://ftp.unixodbc.org/pub/unixODBC/
14
+PKG_SOURCE_URL:=@SF/unixodbc
15 15
 PKG_SOURCE:=unixODBC-$(PKG_VERSION).tar.gz
16 16
 PKG_MD5SUM:=5e4528851eda5d3d4aed249b669bd05b
17 17
 PKG_BUILD_DIR:=$(BUILD_DIR)/unixODBC-$(PKG_VERSION)