Merge pull request #22587 from jefferyto/psqlodbc-fix-build

psqlodbc: Fix build
This commit is contained in:
Tianling Shen 2023-11-04 12:49:33 +08:00 committed by GitHub
commit 5ce9451c77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
CONFIGURE_ARGS += \
--with-unixodbc=$(STAGING_DIR_HOST)/bin/odbc_config \
--with-unixodbc=$(STAGING_DIR)/host/bin/odbc_config \
--with-libpq=$(STAGING_DIR)/usr
define Package/psqlodbc/Default