matrix-gui-e: bump PR for init file fixes
[openembedded.git] / recipes / glibc / glibc-2.9 / ldsocache-varrun.patch
blob9994d4f8794311d579c8558f1722b2b7265f3706
1 This patch moves ld.so.cache from /etc to /var/run. This is for devices
2 where /etc is JFFS2 or CRAMFS but /var is a ramdisk.
5 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
8 --- libc/sysdeps/generic/dl-cache.h~ldsocache-varrun
9 +++ libc/sysdeps/generic/dl-cache.h
10 @@ -29,7 +29,7 @@
11 #endif
13 #ifndef LD_SO_CACHE
14 -# define LD_SO_CACHE SYSCONFDIR "/ld.so.cache"
15 +# define LD_SO_CACHE "/var/run/ld.so.cache"
16 #endif
18 #ifndef add_system_dir