summaryrefslogtreecommitdiffstats
path: root/uuid-1.6.1-mkdir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'uuid-1.6.1-mkdir.patch')
-rw-r--r--uuid-1.6.1-mkdir.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/uuid-1.6.1-mkdir.patch b/uuid-1.6.1-mkdir.patch
new file mode 100644
index 0000000..89e230c
--- /dev/null
+++ b/uuid-1.6.1-mkdir.patch
@@ -0,0 +1,11 @@
+diff -up uuid-1.6.2/pgsql/Makefile.mkdir uuid-1.6.2/pgsql/Makefile
+--- uuid-1.6.2/pgsql/Makefile.mkdir 2011-03-03 15:12:12.000000000 +0000
++++ uuid-1.6.2/pgsql/Makefile 2011-03-03 16:15:45.000000000 +0000
+@@ -16,6 +16,7 @@ PG_CONFIG ?= pg_config
+ PGXS := $(shell $(PG_CONFIG) --pgxs)
+ POSTGRES := $(shell $(PG_CONFIG) --bindir)/postgres
+ top_builddir := $(dir $(PGXS))../..
++mkinstalldirs = ../shtool mkdir -p
+ include $(top_builddir)/src/Makefile.global
+
+ NAME = ossp-uuid