summaryrefslogtreecommitdiff
path: root/contrib/uuid-ossp
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2021-10-30 12:53:02 +0200
committerPeter Eisentraut <peter@eisentraut.org>2021-10-30 12:53:02 +0200
commit237c12aabe39a58f3f5364fd94e0ca8ae8824957 (patch)
treeb948d472458d86235290160bd685928604063cf6 /contrib/uuid-ossp
parentb8b62b4be28b8acd36d32d5db65162bbbcd3a754 (diff)
downloadpostgresql-237c12aabe39a58f3f5364fd94e0ca8ae8824957.tar.gz
uuid-ossp: Remove obsolete build connection with pgcrypto
unused since a8ed6bb8f4cf259b95c1bff5da09a8f4c79dca46
Diffstat (limited to 'contrib/uuid-ossp')
-rw-r--r--contrib/uuid-ossp/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/uuid-ossp/Makefile b/contrib/uuid-ossp/Makefile
index c42edf5f1a..e126ce1b61 100644
--- a/contrib/uuid-ossp/Makefile
+++ b/contrib/uuid-ossp/Makefile
@@ -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)