summaryrefslogtreecommitdiffstats
path: root/security-libs/linux-pam/BUILD
blob: 548966a706f1185e6b58d2602248f85fc71bd936 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if [ "${PAM_DOCS}" == "n" ]; then
   export  SGML2LATEX=no
fi

export PS2PDF=no

#autoconf                                             &&
./configure  --libdir=/lib                           \
             --sbindir=/lib/security                 \
             --enable-securedir=/lib/security        \
             --enable-read-both-confs                \
             $OPTS                                   &&
sedit  "s/examples//"  Makefile                      &&
sedit  "s/read yes//"     conf/install_conf          &&
make