projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8b62b4
)
uuid-ossp: Remove obsolete build connection with pgcrypto
author
Peter Eisentraut
<peter@eisentraut.org>
Sat, 30 Oct 2021 10:53:02 +0000
(12:53 +0200)
committer
Peter Eisentraut
<peter@eisentraut.org>
Sat, 30 Oct 2021 10:53:02 +0000
(12:53 +0200)
unused since
a8ed6bb8f4cf259b95c1bff5da09a8f4c79dca46
contrib/uuid-ossp/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/contrib/uuid-ossp/Makefile
b/contrib/uuid-ossp/Makefile
index c42edf5f1a0c146a4f128f555f4f792099687647..e126ce1b619c39b1be1425ea3d93f784a492303e 100644
(file)
--- 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)