dovecot/fsl.dovecot

Sun, 03 Apr 2011 13:34:55 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sun, 03 Apr 2011 13:34:55 +0200
changeset 337
f71e028eb3e2
permissions
-rw-r--r--

Correct and improve several packaging aspects including...
Correct datadir path for python modules, correct jar(1) path for
building libgcj classes, strip libexecdir path of version numbers,
improve name of oblbld build path, clean whitespace from as(1) and
ld(1) GNU detection, remove seemingly discarded '--with-local-prefix'
configure argument, and correct hardcoded lto plugin libtool archive
dependency information.

Most importantly, correct IA32 architecture detection logic in
config.gcc to correctly emit SSE2 instructions conditionally, leading
to the removal of all '-march' bootstrap options and replacement with
unconditional (for IA32/AMD64) '-mtune=native' options. Comments and
buildtime warnings are corrected appropriately. In theory these changes
cause a more portable, orthoganal, and optimal bootstrap to be built.

michael@148 1 ##
michael@148 2 ## fsl.dovecot -- OSSP fsl configuration
michael@148 3 ##
michael@148 4
michael@148 5 ident (dovecot.*)/.+ q{
michael@148 6 prefix(
michael@148 7 prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
michael@148 8 )
michael@148 9 -> {
michael@148 10 debug: file(
michael@148 11 path="@l_prefix@/var/dovecot/log/dovecot.log",
michael@148 12 perm=0600
michael@148 13 )
michael@148 14 }
michael@148 15 };
michael@148 16
michael@148 17 ident (deliver(.*))/.+ q{
michael@148 18 prefix(
michael@148 19 prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
michael@148 20 )
michael@148 21 -> {
michael@148 22 debug: file(
michael@148 23 path="@l_prefix@/var/dovecot/log/deliver.log",
michael@148 24 perm=0600
michael@148 25 )
michael@148 26 }
michael@148 27 };
michael@148 28

mercurial