diff options
| author | Yelninei <yelninei@tutamail.com> | 2026-06-27 07:14:02 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-07-01 14:48:23 +0200 |
| commit | c919d124c1f197fd42c7ff5eef055d4ebcc70602 (patch) | |
| tree | 47c9b74368469b2332c4d544a62acd366279ab0f /gnu/packages/mail.scm | |
| parent | a9493d03d8e3cd3b9dd65362f0a8a1ec3bfe4f44 (diff) | |
gnu: mailutils: Build with optimisations.
* gnu/packages/mail.scm (mailutils)[arguments]<#:configure-flags>:
Disable debug-mode and change CFLAGS to CPPFLAGS.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/mail.scm')
| -rw-r--r-- | gnu/packages/mail.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 408ff1e6b9b..9baf974ac5a 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm | |||
| @@ -483,10 +483,11 @@ POP3/POP3-S as well as CalDAV and CardDAV.") | |||
| 483 | #:configure-flags | 483 | #:configure-flags |
| 484 | #~(list "--sysconfdir=/etc" | 484 | #~(list "--sysconfdir=/etc" |
| 485 | "--disable-static" | 485 | "--disable-static" |
| 486 | "--disable-debug" | ||
| 486 | 487 | ||
| 487 | ;; Specify path to sendmail setuid binary, which otherwise | 488 | ;; Specify path to sendmail setuid binary, which otherwise |
| 488 | ;; defaults to /usr/sbin/sendmail | 489 | ;; defaults to /usr/sbin/sendmail |
| 489 | "CFLAGS=-DPATH_SENDMAIL=\\\"/run/setuid-programs/sendmail\\\"" | 490 | "CPPFLAGS=-DPATH_SENDMAIL=\\\"/run/setuid-programs/sendmail\\\"" |
| 490 | ;; Add "/X.Y" to the installation directory. | 491 | ;; Add "/X.Y" to the installation directory. |
| 491 | (string-append "--with-guile-site-dir=" | 492 | (string-append "--with-guile-site-dir=" |
| 492 | #$output | 493 | #$output |
