]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql-ecpg-includedir.patch
- install ecpg headers to ecpg subdir (conflict with odbc headers)
[packages/postgresql.git] / postgresql-ecpg-includedir.patch
1 --- postgresql-7.4RC2/src/interfaces/ecpg/include/Makefile.orig 2003-10-20 14:54:29.000000000 +0200
2 +++ postgresql-7.4RC2/src/interfaces/ecpg/include/Makefile      2003-11-16 21:26:36.294013624 +0100
3 @@ -8,10 +8,10 @@
4  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
5  
6  install-headers: $(ecpg_headers)
7 -       for i in $^; do $(INSTALL_DATA) $$i $(DESTDIR)$(includedir); done
8 +       for i in $^; do $(INSTALL_DATA) $$i $(DESTDIR)$(includedir)/ecpg; done
9  
10  installdirs:
11 -       $(mkinstalldirs) $(DESTDIR)$(includedir)
12 +       $(mkinstalldirs) $(DESTDIR)$(includedir)/ecpg
13  
14  uninstall:
15         rm -f $(addprefix $(DESTDIR)$(includedir)/, $(ecpg_headers))
This page took 0.026665 seconds and 4 git commands to generate.