lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cron: fix for cross ($CC, no 'install -s')

+3 -1
+3 -1
pkgs/tools/system/cron/default.nix
··· 14 14 preBuild = '' 15 15 # do not set sticky bit in /nix/store 16 16 substituteInPlace Makefile --replace ' -o root' ' ' --replace 111 755 --replace 4755 0755 17 - makeFlags="DESTROOT=$out CC=cc" 17 + # do not strip during install, broken on cross and we'll do ourselves as needed 18 + substituteInPlace Makefile --replace ' -s cron' ' cron' 19 + makeFlags="DESTROOT=$out CC=$CC" 18 20 19 21 # We want to ignore the $glibc/include/paths.h definition of 20 22 # sendmail path.