]> git.pld-linux.org Git - packages/postgresql.git/blame_incremental - postgresql-ecpg-includedir.patch
- rebuild with perl 5.18.0
[packages/postgresql.git] / postgresql-ecpg-includedir.patch
... / ...
CommitLineData
1--- postgresql-7.4.1/src/interfaces/ecpg/include/Makefile.orig 2003-12-18 19:55:05.000000000 +0100
2+++ postgresql-7.4.1/src/interfaces/ecpg/include/Makefile 2003-12-23 18:57:34.712017440 +0100
3@@ -19,12 +19,12 @@
4 informix_headers = datetime.h decimal.h sqltypes.h
5
6 install-headers: $(ecpg_headers) $(informix_headers)
7- $(INSTALL_DATA) $(addprefix $(srcdir)/,$(ecpg_headers)) '$(DESTDIR)$(includedir)/'
8- $(INSTALL_DATA) $(addprefix $(srcdir)/,$(informix_headers)) '$(DESTDIR)$(informix_esql_dir)/'
9+ $(INSTALL_DATA) $(addprefix $(srcdir)/,$(ecpg_headers)) '$(DESTDIR)$(includedir)/ecpg'
10+ $(INSTALL_DATA) $(addprefix $(srcdir)/,$(informix_headers)) '$(DESTDIR)$(includedir)/ecpg'
11 $(INSTALL_DATA) $(ecpg_config_h) '$(DESTDIR)$(includedir)'
12
13 installdirs:
14- $(MKDIR_P) '$(DESTDIR)$(includedir)' '$(DESTDIR)$(informix_esql_dir)'
15+ $(MKDIR_P) '$(DESTDIR)$(includedir)/ecpg'
16
17 uninstall:
18 rm -f $(addprefix '$(DESTDIR)$(includedir)'/, $(ecpg_headers))
19
This page took 0.071008 seconds and 4 git commands to generate.