Could the port maintainers please apply this patch to acinclude.m4 and
let my know if anyone has any problems? This patch is against CVS HEAD,
but it should apply to any recent acinclude.
ahp
--- pgadmin3/acinclude.m4 2003-10-09 16:40:21.000000000 -0400
+++ pgadmin3.new/acinclude.m4 2003-10-15 12:01:17.000000000 -0400
@@ -111,7 +111,7 @@
fi
if test "$pg_static_build" = "yes"
then
- LIBS="${LIBPQ_HOME}/lib/libpq.a -lcrypt $LIBS -lssl -lcrypto"
+ LIBS="${LIBPQ_HOME}/lib/libpq.a $LIBS -lssl -lcrypto"
else
LIBS="$LIBS -lssl -lcrypto -lpq"
fi