summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-12-14 21:50:07 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-12-14 21:50:07 +0000
commit8867ffc519af2678a205a70ddbd119b69fb647f9 (patch)
tree7505e4eff97dda31a926649fea5a6fca3852cfc6 /src
parentbef92dadb0b18ecb04dd79bc8faf4dbccfc4dc1d (diff)
Make --with-ldap build on Unixware, per Olivier Prenant.
Diffstat (limited to 'src')
-rw-r--r--src/template/unixware3
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"