blob: b46dc2d1590dd29d43647c50ac110b6e7ed7668d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-contrib_uuid-ossp_Makefile,v 1.1 2021/03/18 15:04:53 adam Exp $
Use relative path, as top_srcdir points to PREFIX.
--- contrib/uuid-ossp/Makefile.orig 2021-02-08 21:56:03.000000000 +0000
+++ contrib/uuid-ossp/Makefile
@@ -12,7 +12,7 @@ REGRESS = uuid_ossp
SHLIB_LINK += $(UUID_LIBS)
# We copy some needed files verbatim from pgcrypto
-pgcrypto_src = $(top_srcdir)/contrib/pgcrypto
+pgcrypto_src = ../pgcrypto
PG_CPPFLAGS = -I$(pgcrypto_src)
|