changeset 3614:dac2f860f581

postgresql: set --with-libraries option in configure * src/postgresql.mk: --with-libraries=’$(HOST_LIBDIR)’
author John Donoghue <john.donoghue@ieee.org>
date Wed, 11 Jun 2014 19:22:44 -0400
parents 62901e283b28
children a85e88fdc89f
files src/postgresql.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/postgresql.mk	Wed Jun 11 19:19:54 2014 -0400
+++ b/src/postgresql.mk	Wed Jun 11 19:22:44 2014 -0400
@@ -36,6 +36,7 @@
         --prefix='$(HOST_PREFIX)' \
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
         $(ENABLE_SHARED_OR_STATIC) \
+        --with-libraries='$(HOST_LIBDIR)' \
         --disable-rpath \
         --without-tcl \
         --without-perl \