--- parser3/buildall 2024/12/18 19:20:55 1.40 +++ parser3/buildall 2025/11/06 22:09:34 1.42 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildall,v 1.40 2024/12/18 19:20:55 moko Exp $ +# $Id: buildall,v 1.42 2025/11/06 22:09:34 moko Exp $ install_directory=$HOME/parser3install sendmail_command="/usr/sbin/sendmail -i -t -f postmaster" @@ -37,13 +37,17 @@ for PARAM in "$@"; do ;; "--with-mailreceive") printf ", with mail receiving" - options="$options --with-mailreceive=$project_dir/gnome" + options="$options --with-mailreceive=$project_dir/gmime" build_gmime="yes" ;; "--with-system-mailreceive") printf ", with mail receiving" options="$options --with-mailreceive" ;; + "--with-system-amqp") + printf ", with amqp" + options="$options --with-amqp" + ;; "--strip") printf ", without debug information" build_stripped="yes"