Displaying 1 result from an estimated 1 matches for "do_prelude".
2002 Dec 31
0
openssh-3.5p1 && heimdal
I had compiled and installed heimdal-0.5.1 . Then I wanted to compile
openssh-3.5p1.
These should be my options:
flags=CFLAGS='-Wall -O2 -march=athlon -mcpu=athlon'
do_prelude:
    chown -R root.root *
    $(flags) ./configure --prefix=/usr \
    --mandir=/usr/share/man \
    --infodir=/usr/share/info \
    --sysconfdir=/etc/ssh \
    --libexecdir=/usr/lib/ssh \
    --with-tcp-wrappers \
    --with-pam \
	--with-kerberos5=/usr/local/heimdal \
    --with-ssl-dir=/usr \...