psqlodbc: bump to 10.03.0000, fix --with-unixodbc 7596/head
authorEneas U de Queiroz <cote2004-github@yahoo.com>
Thu, 6 Dec 2018 11:48:35 +0000 (09:48 -0200)
committerEneas U de Queiroz <cote2004-github@yahoo.com>
Fri, 7 Dec 2018 01:46:13 +0000 (23:46 -0200)
Update to 10.03.0000.

--with-unixodbc should point to the odbc_config binary, not to the top
of the install directory $(STAGING_DIR)/usr.

Acked-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
libs/psqlodbc/Makefile

index 5092b874e62b181c6616909264f1b00944bc8478..229de3bb9379b9a74003423ff418af5dd65a0c62 100644 (file)
@@ -6,8 +6,8 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=psqlodbc
 PKG_RELEASE:=1
-PKG_VERSION:=09.06.0310
-PKG_HASH:=6c42078af094d61baca2c8bd1dc4d137a77377198ef94e4eda5989bdce3474c3
+PKG_VERSION:=10.03.0000
+PKG_HASH:=0d2ff2d10d9347ef6ce83c7ca24f4cb20b4044eeef9638c8ae3bc8107e9e92f8
 
 PKG_SOURCE_URL:=https://ftp.postgresql.org/pub/odbc/versions/src/
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -21,7 +21,7 @@ PKG_BUILD_DEPENDS:=unixodbc/host
 include $(INCLUDE_DIR)/package.mk
 
 CONFIGURE_ARGS += \
-       --with-unixodbc=$(STAGING_DIR)/usr \
+       --with-unixodbc=$(STAGING_DIR_HOST)/bin/odbc_config \
        --with-libpq=$(STAGING_DIR)/usr
 
 define Package/psqlodbc/Default