From: Alvaro Herrera Date: Tue, 12 Feb 2013 15:21:27 +0000 (-0300) Subject: Don't build libpgcommon_srv.a just yet X-Git-Tag: REL9_3_BETA1~346 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f980b0e17d95e77dc2822eb7855d072a5874d9a;p=thirdparty%2Fpostgresql.git Don't build libpgcommon_srv.a just yet It's empty, and some archivers do not support that case. --- diff --git a/src/common/Makefile b/src/common/Makefile index 3aa6e70322f..55d7b5b9350 100644 --- a/src/common/Makefile +++ b/src/common/Makefile @@ -29,7 +29,7 @@ OBJS_FRONTEND = $(OBJS_COMMON) fe_memutils.o OBJS_SRV = $(OBJS_COMMON:%.o=%_srv.o) -all: libpgcommon.a libpgcommon_srv.a +all: libpgcommon.a # libpgcommon is needed by some contrib install: all installdirs