package/mutt: specify the mailpath
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 29 Nov 2014 10:55:56 +0000 (11:55 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 7 Dec 2014 23:05:05 +0000 (00:05 +0100)
commit18ebf0e5e1e495cad670c085e5932c09cd84ae3b
tree82db3759c4f99f8bbc58a0409a4d9d4e80787743
parentc3848823e8dd1c9f17935533e91c8e0fbb2f0bf1
package/mutt: specify the mailpath

mutt's ./configure looks for different paths for where to look for
incoming mails.

This is absolutely worng in the case of cross-compilation, because the
path it may find on the host may not exist on the target.

Not only that, but some host may not even have any of the paths
./configure looks for.

Fix that by specifying the mailpath, and set it to the value documented
in the FHS [0]

Since Buildroot only guarantees /tmp to be writable, make /var/mail a
symlink to /tmp .

[0] http://refspecs.linuxfoundation.org/FHS_2.3/fhs-2.3.html#VARMAILUSERMAILBOXFILES

Reported-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/mutt/mutt.mk