From d362ae9d5d9d40bfaeb7feededa61f93e31f596e Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Wed, 5 Mar 2025 21:51:03 +0100 Subject: [PATCH] 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 --- libs/psqlodbc/Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/libs/psqlodbc/Makefile b/libs/psqlodbc/Makefile index 4f9166902..c7f16ee34 100644 --- a/libs/psqlodbc/Makefile +++ b/libs/psqlodbc/Makefile @@ -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