uuid-ossp: Remove obsolete build connection with pgcrypto

unused since a8ed6bb8f4
This commit is contained in:
Peter Eisentraut 2021-10-30 12:53:02 +02:00
parent b8b62b4be2
commit 237c12aabe
1 changed files with 0 additions and 5 deletions

View File

@ -13,11 +13,6 @@ REGRESS = uuid_ossp
SHLIB_LINK += $(UUID_LIBS)
# We copy some needed files verbatim from pgcrypto
pgcrypto_src = $(top_srcdir)/contrib/pgcrypto
PG_CPPFLAGS = -I$(pgcrypto_src)
ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)