1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

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

This commit is contained in:
Tom Lane
2006-12-14 21:50:07 +00:00
parent bef92dadb0
commit 8867ffc519
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"