aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Haitzler (Raster <raster@rasterman.com>2008-11-02 11:47:42 +1100
committerCarsten Haitzler (Raster) <raster@rasterman.com>2009-02-20 00:55:52 +1100
commitdae9945bf0b58a698264cc107a11989a6dcc1673 (patch)
treeb58969e477c18f8cc50bfc90a892fa292ebf61d9
parentd8b7544361adf5a1118b343c6c9e4f4c295a6dc5 (diff)
downloadopenembedded-dae9945bf0b58a698264cc107a11989a6dcc1673.tar.gz
glibc: disable patch that moves ld.so.cache to /var/run to not run ldconfig
ldconfig is run at boot as a work around for ld.so.cache being in volatile ramdisk. this means it is not persistent and its caching won't help on boot. disable this.
-rw-r--r--packages/glibc/glibc_2.6.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/glibc/glibc_2.6.1.bb b/packages/glibc/glibc_2.6.1.bb
index ab343ea0a6..c1a95987bf 100644
--- a/packages/glibc/glibc_2.6.1.bb
+++ b/packages/glibc/glibc_2.6.1.bb
@@ -41,7 +41,6 @@ SRC_URI = "\
file://arm-longlong.patch;patch=1 \
file://fhs-linux-paths.patch;patch=1 \
file://dl-cache-libcmp.patch;patch=1 \
- file://ldsocache-varrun.patch;patch=1 \
file://nptl-crosscompile.patch;patch=1 \
file://glibc-2.5-local-dynamic-resolvconf.patch;patch=1;pnum=0 \
file://glibc-check_pf.patch;patch=1;pnum=0 \
@@ -61,6 +60,8 @@ SRC_URI = "\
file://march-i686.patch;patch=1;pnum=0 \
"
+# file://ldsocache-varrun.patch;patch=1 \
+
# Build fails on sh3 and sh4 without additional patches
SRC_URI_append_sh3 = " file://no-z-defs.patch;patch=1"
SRC_URI_append_sh4 = " file://no-z-defs.patch;patch=1"