imap-2007a-linux.diff 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. --- src/osdep/unix/Makefile 2007-12-17 23:10:24.000000000 +0100
  2. +++ src/osdep/unix/Makefile.oden 2008-05-18 19:06:50.000000000 +0200
  3. @@ -42,7 +42,7 @@
  4. # -O3 seems to be safe, but empirical observation from our local expert
  5. # indicates that in some (many?) cases -O3 code runs slower than -O2.
  6. -GCCOPTLEVEL= -O2
  7. +GCCOPTLEVEL=
  8. # Try to have some consistency in GCC builds. We want optimization, but we
  9. @@ -96,19 +96,18 @@
  10. LOGINPW=std
  11. SIGTYPE=bsd
  12. CRXTYPE=std
  13. -ACTIVEFILE=/usr/lib/news/active
  14. -SPOOLDIR=/usr/spool
  15. +ACTIVEFILE=/var/lib/news/active
  16. +SPOOLDIR=/var/spool
  17. MAILSPOOL=$(SPOOLDIR)/mail
  18. NEWSSPOOL=$(SPOOLDIR)/news
  19. -RSHPATH=/usr/ucb/rsh
  20. +RSHPATH=/usr/bin/rsh
  21. MD5PWD=/etc/cram-md5.pwd
  22. # Tries one of the test alternatives below if not specified.
  23. -LOCKPGM=
  24. +#LOCKPGM=/etc/mlock
  25. # Test alternatives if LOCKPGM not specified
  26. -LOCKPGM1=/usr/libexec/mlock
  27. -LOCKPGM2=/usr/sbin/mlock
  28. -LOCKPGM3=/etc/mlock
  29. -
  30. +#LOCKPGM1=/usr/libexec/mlock
  31. +#LOCKPGM2=/usr/sbin/mlock
  32. +#LOCKPGM3=/etc/mlock
  33. # Default formats for creating new mailboxes and for empty mailboxes in the
  34. # default namespace; must be set to the associated driver's prototype.