might lead to a previously installed libpq being used instead. But we
don't actually have to link with libpq here at all, so remove it.
override CFLAGS += $(PTHREAD_CFLAGS)
override LDFLAGS := -L../../ecpglib -L../../pgtypeslib $(LDFLAGS)
-override LIBS := -lecpg -lpgtypes $(libpq) $(LIBS) $(PTHREAD_LIBS)
+override LIBS := -lecpg -lpgtypes $(LIBS) $(PTHREAD_LIBS)
ECPG = ../../preproc/ecpg --regression -I$(srcdir)/../../include
clean:
rm -f $(TESTS) $(TESTS:%=%.o) $(TESTS:%=%.c)
-