mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 17:00:28 +04:00
psqlodbc: Fix build
This updates the path for odbc_config as it was moved from
$(STAGING_DIR_HOST)/bin to $(STAGING_DIR)/host/bin (in commit
61de50de5f).
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user