mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
psqlodbc: build against staging libs
avoid accidentally picking paths on the host for pg_config and odbc_config by supplying them as parameters to configure. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -19,6 +19,10 @@ PKG_INSTALL:=1
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
CONFIGURE_ARGS += \
|
||||||
|
--with-unixodbc=$(STAGING_DIR)/usr \
|
||||||
|
--with-libpq=$(STAGING_DIR)/usr
|
||||||
|
|
||||||
define Package/psqlodbc/Default
|
define Package/psqlodbc/Default
|
||||||
SUBMENU:=database
|
SUBMENU:=database
|
||||||
URL:=https://odbc.postgresql.org/
|
URL:=https://odbc.postgresql.org/
|
||||||
|
|||||||
Reference in New Issue
Block a user