Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 13 lines 247 B view raw
1On NixOS we *want* stuff relative to symlinks. 2--- 3--- a/src/common/exec.c 4+++ b/src/common/exec.c 5@@ -218,6 +218,8 @@ 6 static int 7 resolve_symlinks(char *path) 8 { 9+ return 0; 10+ 11 #ifdef HAVE_READLINK 12 struct stat buf; 13 char orig_wd[MAXPGPATH],