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 parentb2b9b4d commit430d082Copy full SHA for 430d082
src/pl/plperl/GNUmakefile
@@ -1,5 +1,5 @@
1
# Makefile for PL/Perl
2
-# $PostgreSQL: pgsql/src/pl/plperl/GNUmakefile,v 1.30 2007/02/10 04:26:24 tgl Exp $
+# $PostgreSQL: pgsql/src/pl/plperl/GNUmakefile,v 1.31 2007/07/25 10:17:46 mha Exp $
3
4
subdir = src/pl/plperl
5
top_builddir = ../../..
@@ -21,6 +21,9 @@ perl_archlibexp := $(subst \,/,$(perl_archlibexp))
21
perl_privlibexp :=$(subst \,/,$(perl_privlibexp))
22
perl_embed_ldflags = -L$(perl_archlibexp)/CORE -lperl58
23
overrideCPPFLAGS += -DPLPERL_HAVE_UID_GID
24
+# Perl on win32 contains /* within comment all over the header file,
25
+# so disable this warning.
26
+overrideCFLAGS += -Wno-comment
27
endif
28
29
overrideCPPFLAGS := -I$(srcdir)$(CPPFLAGS) -I$(perl_archlibexp)/CORE