File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# 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 $
33
44subdir = src/pl/plperl
55top_builddir = ../../..
1717ifneq (,$(findstring yes, $(shared_libperl )$(allow_nonpic_in_shlib ) ) )
1818
1919ifeq ($(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 ) )
2222perl_embed_ldflags = -L$(perl_archlibexp ) /CORE -lperl58
2323override CPPFLAGS += -DPLPERL_HAVE_UID_GID
2424endif
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 $
22
33subdir = src/pl/plpython
44top_builddir = ../../..
1717# and we have to remove -lpython from the link since we are building our own
1818ifeq ($(PORTNAME ) , win32)
1919shared_libpython = yes
20- python_includespec = $(subst \,/,$(python_includespec ) )
20+ python_includespec : = $(subst \,/,$(python_includespec ) )
2121override python_libspec =
2222endif
2323
You can’t perform that action at this time.
0 commit comments