From: wednesday <jessejohngildersleve@zohomail.eu>
To: 35511@debbugs.gnu.org
Cc: wednesday <jessejohngildersleve@zohomail.eu>
Subject: [bug#35511] [PATCH 1/1] gnu: emacs: Make build more reproducible
Date: Tue, 30 Apr 2019 22:30:12 +0100 [thread overview]
Message-ID: <20190430213012.3400-2-jessejohngildersleve@zohomail.eu> (raw)
In-Reply-To: <20190430212805.3252-1-jessejohngildersleve@zohomail.eu>
* gnu/packages/emacs.scm (emacs)[arguments]: Add configure-flag to omit build
information in binary.
---
gnu/packages/emacs.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 7c60cc6021..c9eaab781b 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -115,7 +115,8 @@
(build-system glib-or-gtk-build-system)
(arguments
`(#:tests? #f ; no check target
- #:configure-flags (list "--with-modules")
+ #:configure-flags (list "--with-modules"
+ "--disable-build-details")
#:phases
(modify-phases %standard-phases
(add-before 'configure 'fix-/bin/pwd
--
2.21.0
next prev parent reply other threads:[~2019-04-30 21:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-30 21:28 [bug#35511] [PATCH 0/1] Add configure flag to emacs to improve repoducibility wednesday
2019-04-30 21:30 ` wednesday [this message]
2019-05-04 16:53 ` ng0
2019-05-04 23:51 ` Tobias Geerinckx-Rice
2019-05-21 20:50 ` bug#35511: " Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190430213012.3400-2-jessejohngildersleve@zohomail.eu \
--to=jessejohngildersleve@zohomail.eu \
--cc=35511@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).