? src/pl/plperl/SPI.c ? src/pl/plperl/libplperl.so.0.0 Index: src/pl/plperl/GNUmakefile =================================================================== RCS file: /cvsroot/pgsql/src/pl/plperl/GNUmakefile,v retrieving revision 1.30 diff -c -r1.30 GNUmakefile *** src/pl/plperl/GNUmakefile 10 Feb 2007 04:26:24 -0000 1.30 --- src/pl/plperl/GNUmakefile 24 Jul 2007 11:02:13 -0000 *************** *** 21,26 **** --- 21,29 ---- perl_privlibexp := $(subst \,/,$(perl_privlibexp)) perl_embed_ldflags = -L$(perl_archlibexp)/CORE -lperl58 override CPPFLAGS += -DPLPERL_HAVE_UID_GID + # Perl on win32 contains /* within comment all over the header file, + # so disable this warning. + override CFLAGS += -Wno-comment endif override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -I$(perl_archlibexp)/CORE