]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql-perl.patch
- fixed requires (PR#49)
[packages/postgresql.git] / postgresql-perl.patch
CommitLineData
bd2eb624
AF
1--- postgresql-6.4.2.old/src/interfaces/Makefile Wed Jun 30 11:32:56 1999
2+++ postgresql-6.4.2/src/interfaces/Makefile Wed Jun 30 11:35:29 1999
3@@ -34,12 +34,8 @@
4 $(MAKE) -C libpgtcl $@
5 endif
6 ifeq ($(USE_PERL), true)
7- if [ "$@" = "install" ]; then \
8- $(MAKE) $(MFLAGS) install-perl5; \
9- else \
10- $(MAKE) $(MFLAGS) perl5/Makefile; \
11- $(MAKE) $(MFLAGS) -C perl5 $@; \
12- fi
13+ $(MAKE) $(MFLAGS) perl5/Makefile;
14+ $(MAKE) $(MFLAGS) -C perl5 $@;
15 endif
16 ifeq ($(USE_ODBC), true)
17 $(MAKE) -C odbc $@
18@@ -50,7 +46,7 @@
19
20 install-perl5: perl5/Makefile
21 $(MAKE) -C perl5 clean
22- cd perl5 && POSTGRES_HOME="$(POSTGRESDIR)" perl Makefile.PL
23+ cd perl5 && perl Makefile.PL
24 $(MAKE) -C perl5 all
25 @if [ -w `sed -n -e 's/^ *SITELIBEXP *= *//p' perl5/Makefile` ]; then \
26 $(MAKE) $(MFLAGS) -C perl5 install; \
This page took 0.026007 seconds and 4 git commands to generate.