I find that an out-of-the-box installation of OSSP uuid 1.6.0 installs
Tom Lane <tgl@sss.pgh.pa.us>
I find that an out-of-the-box installation of OSSP uuid 1.6.0 installs itself as libuuid, not libossp-uuid which was the only case expected by our build support. Install a configure test to determine which name to use (and to check that the library is present at all).
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +148 −1 |
| configure.in | modified | +11 −1 |
| contrib/uuid-ossp/Makefile | modified | +2 −2 |
| src/Makefile.global.in | modified | +2 −1 |