mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
psqlodbc: bump to 10.03.0000, fix --with-unixodbc
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>
This commit is contained in:
@@ -6,8 +6,8 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=psqlodbc
|
PKG_NAME:=psqlodbc
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_VERSION:=09.06.0310
|
PKG_VERSION:=10.03.0000
|
||||||
PKG_HASH:=6c42078af094d61baca2c8bd1dc4d137a77377198ef94e4eda5989bdce3474c3
|
PKG_HASH:=0d2ff2d10d9347ef6ce83c7ca24f4cb20b4044eeef9638c8ae3bc8107e9e92f8
|
||||||
|
|
||||||
PKG_SOURCE_URL:=https://ftp.postgresql.org/pub/odbc/versions/src/
|
PKG_SOURCE_URL:=https://ftp.postgresql.org/pub/odbc/versions/src/
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
@@ -21,7 +21,7 @@ PKG_BUILD_DEPENDS:=unixodbc/host
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--with-unixodbc=$(STAGING_DIR)/usr \
|
--with-unixodbc=$(STAGING_DIR_HOST)/bin/odbc_config \
|
||||||
--with-libpq=$(STAGING_DIR)/usr
|
--with-libpq=$(STAGING_DIR)/usr
|
||||||
|
|
||||||
define Package/psqlodbc/Default
|
define Package/psqlodbc/Default
|
||||||
|
|||||||
Reference in New Issue
Block a user