diff src/postgresql.mk @ 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 b3e27f5b5b33
children 35404cf378db
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 \