summary refs log tree commit diff
path: root/pkgs/development/libraries/glibc/fix_path_attribute_in_getconf.patch
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-10-27 11:34:38 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-10-29 13:42:59 +0100
commit1b55b07eeb43ba41470eed1ce21991df96110e70 (patch)
treeff072d1eeedf640261886a76c3f4610b80e9feb1 /pkgs/development/libraries/glibc/fix_path_attribute_in_getconf.patch
parent2ee8b30b64a0ee2837c3630a50ec1a74820b7047 (diff)
downloadnixpkgs-1b55b07eeb43ba41470eed1ce21991df96110e70.tar
nixpkgs-1b55b07eeb43ba41470eed1ce21991df96110e70.tar.gz
nixpkgs-1b55b07eeb43ba41470eed1ce21991df96110e70.tar.bz2
nixpkgs-1b55b07eeb43ba41470eed1ce21991df96110e70.tar.lz
nixpkgs-1b55b07eeb43ba41470eed1ce21991df96110e70.tar.xz
nixpkgs-1b55b07eeb43ba41470eed1ce21991df96110e70.tar.zst
nixpkgs-1b55b07eeb43ba41470eed1ce21991df96110e70.zip
glibc/2.19 -> glibc
We only have one version of Glibc so no need for a separate directory.
Diffstat (limited to 'pkgs/development/libraries/glibc/fix_path_attribute_in_getconf.patch')
-rw-r--r--pkgs/development/libraries/glibc/fix_path_attribute_in_getconf.patch6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/development/libraries/glibc/fix_path_attribute_in_getconf.patch b/pkgs/development/libraries/glibc/fix_path_attribute_in_getconf.patch
new file mode 100644
index 00000000000..714e49db560
--- /dev/null
+++ b/pkgs/development/libraries/glibc/fix_path_attribute_in_getconf.patch
@@ -0,0 +1,6 @@
+diff -ubr glibc-2.17-orig/sysdeps/unix/confstr.h glibc-2.17/sysdeps/unix/confstr.h
+--- glibc-2.17-orig/sysdeps/unix/confstr.h	2013-06-03 22:01:44.829726968 +0200
++++ glibc-2.17/sysdeps/unix/confstr.h	2013-06-03 22:04:39.469376740 +0200
+@@ -1 +1 @@
+-#define	CS_PATH	"/bin:/usr/bin"
++#define	CS_PATH	"/run/current-system/sw/bin:/bin:/usr/bin"