|
|
| version 1.41, 2025/10/01 19:39:35 | version 1.42, 2025/11/06 22:09:34 |
|---|---|
| Line 44 for PARAM in "$@"; do | Line 44 for PARAM in "$@"; do |
| printf ", with mail receiving" | printf ", with mail receiving" |
| options="$options --with-mailreceive" | options="$options --with-mailreceive" |
| ;; | ;; |
| "--with-system-amqp") | |
| printf ", with amqp" | |
| options="$options --with-amqp" | |
| ;; | |
| "--strip") | "--strip") |
| printf ", without debug information" | printf ", without debug information" |
| build_stripped="yes" | build_stripped="yes" |