[Libreoffice-commits] .: postgresql/makefile.mk

Michael Stahl mst at kemper.freedesktop.org
Tue Dec 6 03:57:24 PST 2011


 postgresql/makefile.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7fce4c4da132071b89a51f8a71223baad5c0550b
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Dec 6 12:56:02 2011 +0100

    postgresql: why would we need readline

diff --git a/postgresql/makefile.mk b/postgresql/makefile.mk
index 6d474e1..438e2ca 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 \


More information about the Libreoffice-commits mailing list