postgresql: why would we need readline

This commit is contained in:
Michael Stahl 2011-12-06 12:56:02 +01:00
parent 73bf02cd52
commit 7fce4c4da1

View file

@ -64,6 +64,7 @@ BUILD_ACTION = \
--bindir=/usr/lib/postgresql/$(MAJOR_VER)/bin \ --bindir=/usr/lib/postgresql/$(MAJOR_VER)/bin \
--libdir=/usr/lib/ \ --libdir=/usr/lib/ \
--includedir=/usr/include/postgresql/ \ --includedir=/usr/include/postgresql/ \
--without-readline \
&& DESTDIR="$(SRC_ROOT)/$(PRJNAME)/$(INPATH)/" \ && DESTDIR="$(SRC_ROOT)/$(PRJNAME)/$(INPATH)/" \
&& export DESTDIR \ && export DESTDIR \
&& make $(MAKE_SILENT) -j$(GMAKE_MODULE_PARALLELISM) -C src/interfaces/libpq install \ && make $(MAKE_SILENT) -j$(GMAKE_MODULE_PARALLELISM) -C src/interfaces/libpq install \