Skip to content

Commit

Permalink
fixup! systemd: Do optimised build
Browse files Browse the repository at this point in the history
  • Loading branch information
kirelagin committed Nov 9, 2019
1 parent 62593e7 commit a80a719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/systemd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ stdenv.mkDerivation {

preConfigure = ''
mesonFlagsArray+=(-Dntp-servers="0.nixos.pool.ntp.org 1.nixos.pool.ntp.org 2.nixos.pool.ntp.org 3.nixos.pool.ntp.org")
export AR="gcc-ar" # For LTO
export AR="${stdenv.cc.targetPrefix}gcc-ar" # For LTO
export LC_ALL="en_US.UTF-8";
# FIXME: patch this in systemd properly (and send upstream).
# already fixed in f00929ad622c978f8ad83590a15a765b4beecac9: (u)mount
Expand Down

0 comments on commit a80a719

Please sign in to comment.