From 7fce4c4da132071b89a51f8a71223baad5c0550b Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 6 Dec 2011 12:56:02 +0100 Subject: postgresql: why would we need readline --- postgresql/makefile.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/postgresql/makefile.mk b/postgresql/makefile.mk index 6d474e15e621..438e2ca8b18f 100644 --- a/postgresql/makefile.mk +++ b/postgresql/makefile.mk @@ -64,6 +64,7 @@ BUILD_ACTION = \ --bindir=/usr/lib/postgresql/$(MAJOR_VER)/bin \ --libdir=/usr/lib/ \ --includedir=/usr/include/postgresql/ \ + --without-readline \ && DESTDIR="$(SRC_ROOT)/$(PRJNAME)/$(INPATH)/" \ && export DESTDIR \ && make $(MAKE_SILENT) -j$(GMAKE_MODULE_PARALLELISM) -C src/interfaces/libpq install \ -- cgit v1.2.3