12 lines
663 B
Diff
12 lines
663 B
Diff
--- postgresql-9.2.4/src/pl/plperl/GNUMakefile.orig 2013-05-13 14:18:22 +0300
|
|
+++ postgresql-9.2.4/src/pl/plperl/GNUMakefile 2013-05-13 14:18:57 +0300
|
|
@@ -19,7 +19,7 @@
|
|
ifeq ($(PORTNAME), win32)
|
|
perl_archlibexp := $(subst \,/,$(perl_archlibexp))
|
|
perl_privlibexp := $(subst \,/,$(perl_privlibexp))
|
|
-perl_lib := $(basename $(notdir $(wildcard $(perl_archlibexp)/CORE/perl[5-9]*.lib)))
|
|
+perl_lib := $(subst lib,,$(basename $(notdir $(wildcard $(perl_archlibexp)/CORE/libperl[5-9]*.a))))
|
|
perl_embed_ldflags = -L$(perl_archlibexp)/CORE -l$(perl_lib)
|
|
override CPPFLAGS += -DPLPERL_HAVE_UID_GID
|
|
# Perl on win32 contains /* within comment all over the header file,
|