Changeset 3803

Show
Ignore:
Timestamp:
09/23/08 12:13:42 (2 months ago)
Author:
sumsum
Message:

Mutt's configure needs --with-mailpath=/var/mail in order to compile when the build
system does not have a mail system installed/mail path defined.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/mutt/Makefile

    r3698 r3803  
    2424CONFIGURE_ARGS+=        --includedir=${WRKBUILD}/. \ 
    2525                        --oldincludedir=${WRKBUILD}/. \ 
     26                        --with-mailpath=/var/mail \ 
    2627                        --enable-pop \ 
    2728                        --enable-imap \