We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent0016911 commit5a4c2a7Copy full SHA for 5a4c2a7
src/pl/plperl/GNUmakefile
@@ -1,5 +1,5 @@
1
# Makefile for PL/Perl
2
-# $PostgreSQL: pgsql/src/pl/plperl/GNUmakefile,v 1.24 2005/07/06 22:44:49 momjian Exp $
+# $PostgreSQL: pgsql/src/pl/plperl/GNUmakefile,v 1.25 2005/07/13 17:12:56 tgl Exp $
3
4
subdir = src/pl/plperl
5
top_builddir = ../../..
@@ -19,7 +19,7 @@ ifneq (,$(findstring yes, $(shared_libperl)$(allow_nonpic_in_shlib)))
19
ifeq ($(PORTNAME), win32)
20
perl_archlibexp :=$(subst \,/,$(perl_archlibexp))
21
perl_privlibexp :=$(subst \,/,$(perl_privlibexp))
22
-perl_embed_ldflags := -L$(perl_archlibexp)/CORE -lperl58
+perl_embed_ldflags := -L$(perl_archlibexp)/CORE -lperl58
23
overrideCPPFLAGS += -DPLPERL_HAVE_UID_GID
24
endif
25