|
@@ -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)
|