You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NeoMutt can now be built reproducibly.
Thanks for the pointers, @charles2910
tl;dr
# Map actual build location to a fixed "/home/build"export CFLAGS="-ffile-prefix-map=$(pwd)=/home/build"# Configure NeoMutt with a new option
./configure --disable-paths-in-cflags
# Build as normal
make
The old configure option --disable-include-path-in-cflags has been deprecated.
I'll document the process more fully when I get the time.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
NeoMutt can now be built reproducibly.
Thanks for the pointers, @charles2910
tl;dr
The old configure option
--disable-include-path-in-cflags
has been deprecated.I'll document the process more fully when I get the time.
/cc @neomutt/downstream-packagers
Beta Was this translation helpful? Give feedback.
All reactions