summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--postgresql/makefile.mk1
1 files changed, 1 insertions, 0 deletions
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 \