diff options
Diffstat (limited to 'glibc/glibc_2.3.2+cvs20040726.oe')
-rw-r--r-- | glibc/glibc_2.3.2+cvs20040726.oe | 4 |
1 files changed, 3 insertions, 1 deletions
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}" |