Browse Source

Merge pull request #403 from jslachta/master

unixodbc: change PKG_SOURCE_URL to sourceforge
Thomas Heil 10 years ago
parent
commit
fce0c8a874
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      libs/unixodbc/Makefile

+ 2
- 2
libs/unixodbc/Makefile View File

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