mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-07-13 20:17:08 +02:00
Update POCO library.
This commit is contained in:
+1
-34
@@ -6,40 +6,7 @@
|
||||
|
||||
include $(POCO_BASE)/build/rules/global
|
||||
|
||||
ifeq (0, $(shell test -e /usr/include/postgresql; echo $$?))
|
||||
INCLUDE += -I/usr/include/postgresql
|
||||
endif
|
||||
ifeq (0, $(shell test -e /usr/local/include/postgresql; echo $$?))
|
||||
INCLUDE += -I/usr/local/include/postgresql
|
||||
endif
|
||||
ifeq (0, $(shell test -e /usr/local/postgresql/include; echo $$?))
|
||||
INCLUDE += -I/usr/local/postgresql/include
|
||||
endif
|
||||
ifeq (0, $(shell test -e /opt/postgresql/include; echo $$?))
|
||||
INCLUDE += -I/opt/postgresql/include
|
||||
endif
|
||||
ifeq (0, $(shell test -e /usr/local/opt/libpq/include; echo $$?))
|
||||
INCLUDE += -I/usr/local/opt/libpq/include
|
||||
endif
|
||||
|
||||
ifeq (0, $(shell test -e /usr/lib$(LIB64SUFFIX)/postgresql; echo $$?))
|
||||
SYSLIBS += -L/usr/lib$(LIB64SUFFIX)/postgresql
|
||||
endif
|
||||
ifeq (0, $(shell test -e /usr/local/lib$(LIB64SUFFIX)/postgresql; echo $$?))
|
||||
SYSLIBS += -L/usr/local/lib$(LIB64SUFFIX)/postgresql
|
||||
endif
|
||||
ifeq (0, $(shell test -e /usr/local/postgresql/lib$(LIB64SUFFIX); echo $$?))
|
||||
SYSLIBS += -L/usr/local/postgresql/lib$(LIB64SUFFIX)
|
||||
endif
|
||||
ifeq (0, $(shell test -e /opt/postgresql/lib$(LIB64SUFFIX); echo $$?))
|
||||
SYSLIBS += -L/opt/postgresql/lib$(LIB64SUFFIX)
|
||||
endif
|
||||
ifeq (0, $(shell test -e /opt/postgresql/lib$(LIB64SUFFIX); echo $$?))
|
||||
SYSLIBS += -L/opt/postgresql/lib$(LIB64SUFFIX)
|
||||
endif
|
||||
ifeq (0, $(shell test -e /usr/local/opt/libpq/lib; echo $$?))
|
||||
SYSLIBS += -L/usr/local/opt/libpq/lib$(LIB64SUFFIX)
|
||||
endif
|
||||
include $(POCO_BASE)/Data/PostgreSQL/PostgreSQL.make
|
||||
|
||||
# Note: linking order is important, do not change it.
|
||||
SYSLIBS += -lpq -lz -lpthread -ldl
|
||||
|
||||
Reference in New Issue
Block a user