From 982fc759b16d655474acf5236f7f1633b62e510d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 3 Jan 2011 11:45:04 +0100 Subject: postgresql: import from OE Signed-off-by: Koen Kooi --- recipes-support/postgresql/files/no-ecpg-test.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes-support/postgresql/files/no-ecpg-test.patch (limited to 'recipes-support/postgresql/files/no-ecpg-test.patch') 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 @@ +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 $@ -- cgit v1.2.3-54-g00ecf