blob: 7356f351ce4c0c1f8e1206d1562a89c85e6702a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Created and modified by checkpoint; do not edit
# $Id$
# $Name$
ProjectName: pam_ldap
ProjectVersion: 186
ProjectMaintainer: lukeh
# run this before building in RC. @@@PLATFORM@@@ is
# substituted for our platform names (linux, solaris etc)
PreBuild: configure --with-ldap-lib=netscape4 --with-ldap-dir=/usr/local/ldapsdk4 --enable-rfc2307bis --disable-ssl
PostBuild: make distclean
# binaries to ship (although we don't do that at the moment)
Shippables: pam_ldap.so
|