同步操作将从 sulayman_tien/poco 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
## PostgreSQL.make## Makefile fragment for finding PostgreSQL library#ifndef POCO_PGSQL_INCLUDEifeq (0, $(shell test -e /usr/include/postgresql; echo $$?))INCLUDE += -I/usr/include/postgresqlendififeq (0, $(shell test -e /usr/local/include/postgresql; echo $$?))INCLUDE += -I/usr/local/include/postgresqlendififeq (0, $(shell test -e /usr/local/postgresql/include; echo $$?))INCLUDE += -I/usr/local/postgresql/includeendififeq (0, $(shell test -e /opt/postgresql/include; echo $$?))INCLUDE += -I/opt/postgresql/includeendififeq (0, $(shell test -e /usr/local/opt/libpq/include; echo $$?))INCLUDE += -I/usr/local/opt/libpq/includeendifendififndef POCO_PGSQL_LIBifeq (0, $(shell test -e /usr/lib$(LIB64SUFFIX)/postgresql; echo $$?))SYSLIBS += -L/usr/lib$(LIB64SUFFIX)/postgresqlendififeq (0, $(shell test -e /usr/local/lib$(LIB64SUFFIX)/postgresql; echo $$?))SYSLIBS += -L/usr/local/lib$(LIB64SUFFIX)/postgresqlendififeq (0, $(shell test -e /usr/local/postgresql/lib$(LIB64SUFFIX); echo $$?))SYSLIBS += -L/usr/local/postgresql/lib$(LIB64SUFFIX)endififeq (0, $(shell test -e /opt/postgresql/lib$(LIB64SUFFIX); echo $$?))SYSLIBS += -L/opt/postgresql/lib$(LIB64SUFFIX)endififeq (0, $(shell test -e /opt/postgresql/lib$(LIB64SUFFIX); echo $$?))SYSLIBS += -L/opt/postgresql/lib$(LIB64SUFFIX)endififeq (0, $(shell test -e /usr/local/opt/libpq/lib; echo $$?))SYSLIBS += -L/usr/local/opt/libpq/lib$(LIB64SUFFIX)endifendifSYSLIBS += -lpqifdef POCO_PGSQL_INCLUDEINCLUDE += -I$(POCO_PGSQL_INCLUDE)endififdef POCO_PGSQL_LIBSYSLIBS += -L$(POCO_PGSQL_LIB)endif
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。