Thread: pgsql: simple script to pull together a very small (<500k) tar file

pgsql: simple script to pull together a very small (<500k) tar file

From
scrappy@postgresql.org (Marc G. Fournier)
Date:
Log Message:
-----------

simple script to pull together a very small (<500k) tar file that builds
*just* libpq ... its not perfect, as it pulls in more files then is
necessarily required to build, but as it is, it requires one simple patch
to configure.in in order to work ...

Tested on FreeBSD ... patch for configure.in hasn't been applied, but
putting the script in place so that it doesn't get lost ...

Added Files:
-----------
    pgsql/src/tools:
        make_libpq.sh (r1.1)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/make_libpq.sh?rev=1.1&content-type=text/x-cvsweb-markup)