# HG changeset patch # User John Donoghue # Date 1402528964 14400 # Node ID dac2f860f581cf7f5be1a232b9ccba14172e7d7f # Parent 62901e283b28a26d1b37adf8af5e47453ab95540 postgresql: set --with-libraries option in configure * src/postgresql.mk: --with-libraries=’$(HOST_LIBDIR)’ diff -r 62901e283b28 -r dac2f860f581 src/postgresql.mk --- 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 \