Makefile.PL.patch

text/plain

Filename: Makefile.PL.patch
Type: text/plain
Part: 0
Message: Bug in PL/Perl makefile

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: unified
File+
Makefile.PL 2 2
--- Makefile.PL.orig	Wed Mar  1 13:17:55 2000
+++ Makefile.PL	Wed Mar  1 13:18:27 2000
@@ -96,8 +96,8 @@
 #
 all:	 plperl
 
-plperl : plperl.o SPI.o
-	\$(CC) -o plperl.so plperl.o SPI.o \$(SHLIB_EXTRA_LIBS) \$(LDADD) \$(LDFLAGS)
+plperl : plperl.o SPI.o eloglvl.o
+	\$(CC) -o plperl.so plperl.o SPI.o eloglvl.o \$(SHLIB_EXTRA_LIBS) \$(LDADD) \$(LDFLAGS)
 
 %.o : %.c
 	\$(CC) -c \$(CFLAGS) \$<