summaryrefslogtreecommitdiff
path: root/glibc
diff options
context:
space:
mode:
authorHolger Schurig <schurig@mn-solutions.de>2004-09-23 19:21:52 +0000
committerHolger Schurig <schurig@mn-solutions.de>2004-09-23 19:21:52 +0000
commit41f50e00a1d312a4999642e44dbd7780cd36005f (patch)
tree050012888495e900e0b066b7ec5ebb6b1ee30411 /glibc
parentbf1fa96c6939e3fab95c8fd4cb2f8c8b568be776 (diff)
Merge http://openembedded@openembedded.bkbits.net/packages
into schurig.homelinux.net:/home/holger/src/oe/p 2004/09/23 21:21:26+02:00 homelinux.net!schurig move ld.so.cache to /var/run on MNCI "Ramses" BKrev: 41532250n7ODWbkhGBwwgFS-QptdrQ
Diffstat (limited to 'glibc')
-rw-r--r--glibc/glibc-cvs/ldsocache-varrun.patch0
-rw-r--r--glibc/glibc_2.3.2+cvs20040726.oe4
2 files changed, 3 insertions, 1 deletions
diff --git a/glibc/glibc-cvs/ldsocache-varrun.patch b/glibc/glibc-cvs/ldsocache-varrun.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/glibc/glibc-cvs/ldsocache-varrun.patch
diff --git a/glibc/glibc_2.3.2+cvs20040726.oe b/glibc/glibc_2.3.2+cvs20040726.oe
index 7c0b2e7364..5889b2d4b8 100644
--- a/glibc/glibc_2.3.2+cvs20040726.oe
+++ b/glibc/glibc_2.3.2+cvs20040726.oe
@@ -55,7 +55,7 @@ SRC_URI = "cvs://anoncvs@sources.redhat.com/cvs/glibc;module=libc;date=${@oe.dat
file://arm-ioperm.patch;patch=1;pnum=0 \
file://makeconfig.patch;patch=1;pnum=0 \
file://ldd.patch;patch=1;pnum=0 \
- file://fhs-linux-paths.patch;patch=1;pnum=1 \
+ file://fhs-linux-paths.patch;patch=1 \
file://arm-no-hwcap.patch;patch=1;pnum=0 \
file://arm-memcpy.patch;patch=1;pnum=0 \
file://arm-longlong.patch;patch=1;pnum=0 \
@@ -67,6 +67,8 @@ SRC_URI = "cvs://anoncvs@sources.redhat.com/cvs/glibc;module=libc;date=${@oe.dat
# seems to fail on tls platforms
SRC_URI_append_arm = " file://dyn-ldconfig.patch;patch=1;pnum=0"
+SRC_URI_append_ramses = " file://ldsocache-varrun.patch;patch=1"
+
S = "${WORKDIR}/libc"
B = "${WORKDIR}/build-${TARGET_SYS}"