From 8edb1cd5a6a03b391003a1047e0b3ca6d22acd45 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 13 Jun 2010 18:06:45 +0200 Subject: bulk package update --- package/postgresql/patches/patch-src_include_Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package/postgresql/patches/patch-src_include_Makefile (limited to 'package/postgresql/patches/patch-src_include_Makefile') diff --git a/package/postgresql/patches/patch-src_include_Makefile b/package/postgresql/patches/patch-src_include_Makefile new file mode 100644 index 000000000..169bee10e --- /dev/null +++ b/package/postgresql/patches/patch-src_include_Makefile @@ -0,0 +1,19 @@ +--- postgresql-8.4.4.orig/src/include/Makefile 2009-07-20 22:48:58.000000000 +0200 ++++ postgresql-8.4.4/src/include/Makefile 2010-05-29 18:30:38.481613604 +0200 +@@ -40,7 +40,6 @@ install: all installdirs + # These headers are needed for server-side development + $(INSTALL_DATA) pg_config.h '$(DESTDIR)$(includedir_server)' + $(INSTALL_DATA) pg_config_os.h '$(DESTDIR)$(includedir_server)' +- $(INSTALL_DATA) utils/fmgroids.h '$(DESTDIR)$(includedir_server)/utils' + # We don't use INSTALL_DATA for performance reasons --- there are a lot of files + cp $(srcdir)/*.h '$(DESTDIR)$(includedir_server)'/ || exit; \ + chmod $(INSTALL_DATA_MODE) '$(DESTDIR)$(includedir_server)'/*.h || exit; \ +@@ -62,7 +61,7 @@ uninstall: + + + clean: +- rm -f utils/fmgroids.h parser/gram.h utils/probes.h ++ rm -f parser/gram.h utils/probes.h + + distclean maintainer-clean: clean + rm -f pg_config.h dynloader.h pg_config_os.h stamp-h -- cgit v1.2.3