diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-12-14 21:49:54 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-12-14 21:49:54 +0000 |
commit | 1f09a857b7dd629d1251e07349277a6a99f44e72 (patch) | |
tree | 27c489077005abc9946bcaeb57926b9089c589ee /src | |
parent | 0bc8a5b6690da683d3cd7cca6108520c1f0ed10c (diff) |
Make --with-ldap build on Unixware, per Olivier Prenant.
Diffstat (limited to 'src')
-rw-r--r-- | src/template/unixware | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/template/unixware b/src/template/unixware index 337d7dc2318..8173ae44e5f 100644 --- a/src/template/unixware +++ b/src/template/unixware @@ -32,3 +32,6 @@ __EOF__ # per report from Olivier PRENANT <ohp@pyrenet.fr> fi + +# Unixware's ldap library reportedly needs these too +EXTRA_LDAP_LIBS="-llber -lresolv" |