summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-12-06 12:56:02 +0100
committerMichael Stahl <mstahl@redhat.com>2011-12-06 12:56:02 +0100
commit7fce4c4da132071b89a51f8a71223baad5c0550b (patch)
tree9f6b5b798c04e443c29d5c1b2893eb8d7de191c1
parent73bf02cd523470a06793ccb37bee26ef96538941 (diff)
postgresql: why would we need readlinelibreoffice-3-5-branch-point
-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 \