pgsql: Add -lcrypto as one of the possible link dependencies of libkrb5. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add -lcrypto as one of the possible link dependencies of libkrb5.
Date
Msg-id 20070326023717.4B2089FA440@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add -lcrypto as one of the possible link dependencies of libkrb5.
Per report from Jim Rosenberg.  This possibly should get back-patched,
but I'm a bit suspicious of it still because of the lack of prior reports.

Modified Files:
--------------
    pgsql:
        configure.in (r1.503 -> r1.504)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.503&r2=1.504)
        configure (r1.536 -> r1.537)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.536&r2=1.537)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix plancache's invalidation callback to do the right thing for a
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Seems some people have been forgetting to run autoheader.