linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git] / pkgs / development / libraries / glibc / fix_path_attribute_in_getconf.patch
blob714e49db560707f0452c19bd90c16e145749441d
1 diff -ubr glibc-2.17-orig/sysdeps/unix/confstr.h glibc-2.17/sysdeps/unix/confstr.h
2 --- glibc-2.17-orig/sysdeps/unix/confstr.h 2013-06-03 22:01:44.829726968 +0200
3 +++ glibc-2.17/sysdeps/unix/confstr.h 2013-06-03 22:04:39.469376740 +0200
4 @@ -1 +1 @@
5 -#define CS_PATH "/bin:/usr/bin"
6 +#define CS_PATH "/run/current-system/sw/bin:/bin:/usr/bin"