summaryrefslogtreecommitdiffstats
path: root/recipes-support/postgresql/files/no-ecpg-test.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-03 11:45:04 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-03 12:02:34 +0100
commit982fc759b16d655474acf5236f7f1633b62e510d (patch)
tree596b069f4d15e1d79bad37f461c6602bf480e43f /recipes-support/postgresql/files/no-ecpg-test.patch
parentef3de09a6bec187e1b6b8db46c55a237ba226a2c (diff)
downloadmeta-openembedded-982fc759b16d655474acf5236f7f1633b62e510d.tar.gz
postgresql: import from OE
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-support/postgresql/files/no-ecpg-test.patch')
-rw-r--r--recipes-support/postgresql/files/no-ecpg-test.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-support/postgresql/files/no-ecpg-test.patch b/recipes-support/postgresql/files/no-ecpg-test.patch
new file mode 100644
index 0000000000..c0f28f4258
--- /dev/null
+++ b/recipes-support/postgresql/files/no-ecpg-test.patch
@@ -0,0 +1,12 @@
1diff --git a/src/interfaces/ecpg/Makefile b/src/interfaces/ecpg/Makefile
2index dcd578f..1428423 100644
3--- a/src/interfaces/ecpg/Makefile
4+++ b/src/interfaces/ecpg/Makefile
5@@ -8,7 +8,6 @@ all install installdirs uninstall dep depend distprep:
6 $(MAKE) -C ecpglib $@
7 $(MAKE) -C compatlib $@
8 $(MAKE) -C preproc $@
9- $(MAKE) -C test $@
10
11 clean distclean maintainer-clean:
12 -$(MAKE) -C include $@