-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tuesday 30 July 2002 05:24 pm, daniel wrote:

> these are my options for the build:
>
>   lnx Linux with traditional passwords and crypt()
>   lnp Linux with PAM
>   lrh Redhat Linux 7.2
>   lsu SuSE Linux
>   s14 Linux using -lshadow to get the crypt() function
>   s15 Linux with shadow passwords, no extra libraries
>   slx Linux using -lcrypt to get the crypt() function
>
> since i'm using redhat 7.2, i've tried lrh and when that didn't work, i
> tried lnp...  both give me the same problems.  suggestions?

Here are the options Red Hat uses to build the imap rpm. However, they 
also apply several patches to the source. You might also install the Red 
Hat provided imap source package, and look at how they build it.

%build
# Set EXTRACFLAGS here instead of in imap-2000-redhat.patch (#20760)
EXTRACFLAGS="$EXTRACFLAGS -DDISABLE_POP_PROXY=1 
- -DIGNORE_LOCK_EACCES_ERRORS=1"
EXTRACFLAGS="$EXTRACFLAGS -I/usr/include/openssl"
EXTRACFLAGS="$EXTRACFLAGS -I/usr/kerberos/include"
EXTRALDFLAGS="$EXTRALDFLAGS -L/usr/kerberos/lib"

%ifnarch sparc
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fPIC" lnp \
%else
make RPM_OPT_FLAGS="" lnp \
%endif
EXTRACFLAGS="$EXTRACFLAGS" \
EXTRALDFLAGS="$EXTRALDFLAGS" \
EXTRAAUTHENTICATORS=gss \
SSLTYPE=unix \

- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.2 in 8M of RAM: http://www.rule-project.org/
- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAj1HI0oACgkQn/07WoAb/Sv8jgCdE+hdNp9h/tJcu3YVJyGBEgvg
K/MAn1kD4CxOaurGMpJ+Yl/kep6ukfh2
=lHrw
-----END PGP SIGNATURE-----



-- 
redhat-list mailing list
Unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to