summaryrefslogtreecommitdiff
path: root/meta/packages/glibc/glibc-2.4/ldsocache-varrun.patch
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2010-08-19 16:18:28 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-20 16:07:43 +0100
commit735210556dc709b3c2367389fa6ea9c0109412b1 (patch)
treeb042ff7f78c7850460e6994d78b49a60be7db544 /meta/packages/glibc/glibc-2.4/ldsocache-varrun.patch
parent7e8f14d2d8c11d57ccd77974672bd959f8e95e35 (diff)
downloadopenembedded-core-735210556dc709b3c2367389fa6ea9c0109412b1.tar.gz
openembedded-core-735210556dc709b3c2367389fa6ea9c0109412b1.tar.bz2
openembedded-core-735210556dc709b3c2367389fa6ea9c0109412b1.tar.xz
openembedded-core-735210556dc709b3c2367389fa6ea9c0109412b1.zip
glibc: remove all old recipes
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/packages/glibc/glibc-2.4/ldsocache-varrun.patch')
-rw-r--r--meta/packages/glibc/glibc-2.4/ldsocache-varrun.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/packages/glibc/glibc-2.4/ldsocache-varrun.patch b/meta/packages/glibc/glibc-2.4/ldsocache-varrun.patch
deleted file mode 100644
index 9994d4f87..000000000
--- a/meta/packages/glibc/glibc-2.4/ldsocache-varrun.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-This patch moves ld.so.cache from /etc to /var/run. This is for devices
-where /etc is JFFS2 or CRAMFS but /var is a ramdisk.
-
-#
-# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
-#
-
---- libc/sysdeps/generic/dl-cache.h~ldsocache-varrun
-+++ libc/sysdeps/generic/dl-cache.h
-@@ -29,7 +29,7 @@
- #endif
-
- #ifndef LD_SO_CACHE
--# define LD_SO_CACHE SYSCONFDIR "/ld.so.cache"
-+# define LD_SO_CACHE "/var/run/ld.so.cache"
- #endif
-
- #ifndef add_system_dir