mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
psqlodbc: update to 17.00.0004
Change source to Github since they dont distribute source tarballs anymore, enable autoreconf in order to generate configure script. This actually makes psqlodbc as its been broken for a while. Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
@@ -5,17 +5,20 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=psqlodbc
|
||||
PKG_VERSION:=11.00.0000
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=17.00.0004
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://ftp.postgresql.org/pub/odbc/versions/src
|
||||
PKG_HASH:=703e6b87022f95ffa00d9f86c8f0a877f8a55b9b3be0942081f382e794112a86
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/postgresql-interfaces/psqlodbc.git
|
||||
PKG_SOURCE_DATE:=2024-12-09
|
||||
PKG_SOURCE_VERSION:=20097cdf913de593b17d8aa9ec163de4e12896c0
|
||||
PKG_MIRROR_HASH:=177001d0f0cbb530ec4d7a4666785c07fd5563ef9cf58a5ebf311cbb68c419f0
|
||||
|
||||
PKG_MAINTAINER:=
|
||||
PKG_LICENSE:=LGPL-2.0-or-later
|
||||
PKG_LICENSE_FILES:=license.txt
|
||||
|
||||
PKG_FIXUP = autoreconf
|
||||
PKG_BUILD_DEPENDS:=unixodbc/host
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_INSTALL:=1
|
||||
|
||||
Reference in New Issue
Block a user