]> git.pld-linux.org Git - packages/postgresql.git/blobdiff - postgresql-ecpg-includedir.patch
- SERVICE=syslog replaced with SERVICE_syslog=y in upstart job
[packages/postgresql.git] / postgresql-ecpg-includedir.patch
index 0ba3a3faac659b4d7e60b828315ee691e9aa2fbe..9b5ae15fae612d61b25594312f9bf4b8424d53fc 100644 (file)
@@ -1,15 +1,19 @@
---- postgresql-7.4RC2/src/interfaces/ecpg/include/Makefile.orig        2003-10-20 14:54:29.000000000 +0200
-+++ postgresql-7.4RC2/src/interfaces/ecpg/include/Makefile     2003-11-16 21:26:36.294013624 +0100
-@@ -8,10 +8,10 @@
ecpg_headers = ecpgerrno.h ecpglib.h ecpgtype.h sqlca.h sql3types.h ecpg_informix.h pgtypes_error.h pgtypes_numeric.h pgtypes_timestamp.h pgtypes_date.h datetime.h decimal.h pgtypes_interval.h sqltypes.h compatlib.h sqlda.h
+--- postgresql-7.4.1/src/interfaces/ecpg/include/Makefile.orig 2003-12-18 19:55:05.000000000 +0100
++++ postgresql-7.4.1/src/interfaces/ecpg/include/Makefile      2003-12-23 18:57:34.712017440 +0100
+@@ -19,12 +19,12 @@
informix_headers = datetime.h decimal.h sqltypes.h
  
- install-headers: $(ecpg_headers)
--      for i in $^; do $(INSTALL_DATA) $$i $(DESTDIR)$(includedir); done
-+      for i in $^; do $(INSTALL_DATA) $$i $(DESTDIR)$(includedir)/ecpg; done
+ install-headers: $(ecpg_headers) $(informix_headers)
+-      $(INSTALL_DATA) $(addprefix $(srcdir)/,$(ecpg_headers)) '$(DESTDIR)$(includedir)/'
+-      $(INSTALL_DATA) $(addprefix $(srcdir)/,$(informix_headers)) '$(DESTDIR)$(informix_esql_dir)/'
++      $(INSTALL_DATA) $(addprefix $(srcdir)/,$(ecpg_headers)) '$(DESTDIR)$(includedir)/ecpg'
++      $(INSTALL_DATA) $(addprefix $(srcdir)/,$(informix_headers)) '$(DESTDIR)$(includedir)/ecpg'
+       $(INSTALL_DATA) $(ecpg_config_h) '$(DESTDIR)$(includedir)'
  
  installdirs:
--      $(mkinstalldirs) $(DESTDIR)$(includedir)
-+      $(mkinstalldirs) $(DESTDIR)$(includedir)/ecpg
+-      $(MKDIR_P) '$(DESTDIR)$(includedir)' '$(DESTDIR)$(informix_esql_dir)'
++      $(MKDIR_P) '$(DESTDIR)$(includedir)/ecpg'
  
  uninstall:
-       rm -f $(addprefix $(DESTDIR)$(includedir)/, $(ecpg_headers))
+       rm -f $(addprefix '$(DESTDIR)$(includedir)'/, $(ecpg_headers))
+
This page took 0.036467 seconds and 4 git commands to generate.