From f225f1fd49b55eb2f589b7649f6728fd60e181e5 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Fri, 19 Oct 2018 19:16:04 +0300 Subject: [PATCH] Revert "unixodbc: Update to 2.3.7" This reverts commit 6d6c15e1e9fd5a381f3cce0d68c3b781a82088ce. The package no longer cross-compiles when building for the x86/64 target on an x86/64, resulting in the following error: Package unixodbc is missing dependencies for the following libraries: libc.so.6 libpthread.so.0 Signed-off-by: Stijn Tintel --- libs/unixodbc/Makefile | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/libs/unixodbc/Makefile b/libs/unixodbc/Makefile index fc2357961..6a1ca0dff 100644 --- a/libs/unixodbc/Makefile +++ b/libs/unixodbc/Makefile @@ -8,19 +8,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unixodbc -PKG_VERSION:=2.3.7 -PKG_RELEASE:=1 +PKG_VERSION:=2.3.4 +PKG_RELEASE:=5 +PKG_SOURCE_URL:=ftp://ftp.unixodbc.org/pub/unixODBC/ PKG_SOURCE:=unixODBC-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.unixodbc.org -PKG_HASH:=45f169ba1f454a72b8fcbb82abd832630a3bf93baa84731cf2949f449e1e3e77 - -PKG_MAINTAINER:=Thomas Heil -PKG_LICENSE:=prog GPL libs LGPL -PKG_CPE_ID:=cpe:/a:unixodbc:unixodbc - +PKG_HASH:=2e1509a96bb18d248bf08ead0d74804957304ff7c6f8b2e5965309c632421e39 PKG_BUILD_DIR:=$(BUILD_DIR)/unixODBC-$(PKG_VERSION) HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/unixODBC-$(PKG_VERSION) +PKG_MAINTAINER:=Thomas Heil +PKG_LICENSE:=prog GPL libs LGPL HOST_BUILD_DEPENDS:=unixodbc # if your other package depends on unixodbc and needs @@ -39,7 +36,7 @@ CONFIGURE_ARGS += \ define Package/unixodbc/Default SUBMENU:=database TITLE:=unixODBC - URL:=http://www.unixodbc.org + URL:=http://www.unixodbc.org/ endef define Package/unixodbc