1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Make --with-ldap build on Unixware, per Olivier Prenant.

This commit is contained in:
Tom Lane
2006-12-14 21:49:54 +00:00
parent 0bc8a5b669
commit 1f09a857b7
3 changed files with 16 additions and 11 deletions

View File

@ -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"