summaryrefslogtreecommitdiff
path: root/packages/postgresql/files/no-ecpg-test.patch
diff options
context:
space:
mode:
authorMichael Krelin <hacker@klever.net>2007-05-11 20:05:46 +0000
committerMichael Krelin <hacker@klever.net>2007-05-11 20:05:46 +0000
commite33d6e440b7fec9542b21a86fbcc514490a28391 (patch)
tree062ad5b609cd49b7e21e0aca1168fd0e8339d0ed /packages/postgresql/files/no-ecpg-test.patch
parent71a31178ffd49ffe09ff010385b69a017a3cce86 (diff)
postgresql: added 8.2.4
Diffstat (limited to 'packages/postgresql/files/no-ecpg-test.patch')
-rw-r--r--packages/postgresql/files/no-ecpg-test.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/postgresql/files/no-ecpg-test.patch b/packages/postgresql/files/no-ecpg-test.patch
new file mode 100644
index 0000000000..c0f28f4258
--- /dev/null
+++ b/packages/postgresql/files/no-ecpg-test.patch
@@ -0,0 +1,12 @@
+diff --git a/src/interfaces/ecpg/Makefile b/src/interfaces/ecpg/Makefile
+index dcd578f..1428423 100644
+--- a/src/interfaces/ecpg/Makefile
++++ b/src/interfaces/ecpg/Makefile
+@@ -8,7 +8,6 @@ all install installdirs uninstall dep depend distprep:
+ $(MAKE) -C ecpglib $@
+ $(MAKE) -C compatlib $@
+ $(MAKE) -C preproc $@
+- $(MAKE) -C test $@
+
+ clean distclean maintainer-clean:
+ -$(MAKE) -C include $@