···1414 preBuild = ''
1515 # do not set sticky bit in /nix/store
1616 substituteInPlace Makefile --replace ' -o root' ' ' --replace 111 755 --replace 4755 0755
1717- makeFlags="DESTROOT=$out CC=cc"
1717+ # do not strip during install, broken on cross and we'll do ourselves as needed
1818+ substituteInPlace Makefile --replace ' -s cron' ' cron'
1919+ makeFlags="DESTROOT=$out CC=$CC"
18201921 # We want to ignore the $glibc/include/paths.h definition of
2022 # sendmail path.