From e7b9c9697e6a50c3b9e78941fa95ba11c716d238 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 1 Jun 2011 22:46:45 +0000 Subject: Wed Jun 1 22:46:45 UTC 2011 --- testing/postgresql/build.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/postgresql/build.patch (limited to 'testing/postgresql/build.patch') diff --git a/testing/postgresql/build.patch b/testing/postgresql/build.patch new file mode 100644 index 000000000..c8f665d12 --- /dev/null +++ b/testing/postgresql/build.patch @@ -0,0 +1,11 @@ +diff -Naur postgresql-8.2.3-orig/src/Makefile postgresql-8.2.3/src/Makefile +--- postgresql-8.2.3-orig/src/Makefile 2006-06-22 16:50:35.000000000 -0700 ++++ postgresql-8.2.3/src/Makefile 2007-03-05 10:46:24.000000000 -0800 +@@ -23,7 +23,6 @@ + $(MAKE) -C bin $@ + $(MAKE) -C pl $@ + $(MAKE) -C makefiles $@ +- $(MAKE) -C test/regress $@ + + install: install-local + -- cgit v1.2.3-54-g00ecf