From 0f980b0e17d95e77dc2822eb7855d072a5874d9a Mon Sep 17 00:00:00 2001 From: Alvaro Herrera <alvherre@alvh.no-ip.org> Date: Tue, 12 Feb 2013 12:21:27 -0300 Subject: [PATCH] Don't build libpgcommon_srv.a just yet It's empty, and some archivers do not support that case. --- src/common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab