File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Makefile for PL/Perl
2
- # $PostgreSQL: pgsql/src/pl/plperl/GNUmakefile,v 1.29 2007/02/09 15:56:00 petere Exp $
2
+ # $PostgreSQL: pgsql/src/pl/plperl/GNUmakefile,v 1.30 2007/02/10 04:26:24 tgl Exp $
3
3
4
4
subdir = src/pl/plperl
5
5
top_builddir = ../../..
17
17
ifneq (,$(findstring yes, $(shared_libperl )$(allow_nonpic_in_shlib ) ) )
18
18
19
19
ifeq ($(PORTNAME ) , win32)
20
- perl_archlibexp = $(subst \,/,$(perl_archlibexp ) )
21
- perl_privlibexp = $(subst \,/,$(perl_privlibexp ) )
20
+ perl_archlibexp : = $(subst \,/,$(perl_archlibexp ) )
21
+ perl_privlibexp : = $(subst \,/,$(perl_privlibexp ) )
22
22
perl_embed_ldflags = -L$(perl_archlibexp ) /CORE -lperl58
23
23
override CPPFLAGS += -DPLPERL_HAVE_UID_GID
24
24
endif
Original file line number Diff line number Diff line change 1
- # $PostgreSQL: pgsql/src/pl/plpython/Makefile,v 1.27 2007/02/09 15:56:00 petere Exp $
1
+ # $PostgreSQL: pgsql/src/pl/plpython/Makefile,v 1.28 2007/02/10 04:26:24 tgl Exp $
2
2
3
3
subdir = src/pl/plpython
4
4
top_builddir = ../../..
17
17
# and we have to remove -lpython from the link since we are building our own
18
18
ifeq ($(PORTNAME ) , win32)
19
19
shared_libpython = yes
20
- python_includespec = $(subst \,/,$(python_includespec ) )
20
+ python_includespec : = $(subst \,/,$(python_includespec ) )
21
21
override python_libspec =
22
22
endif
23
23
You can’t perform that action at this time.
0 commit comments