diff options
author | Holger Schurig <schurig@mn-solutions.de> | 2004-10-01 09:27:59 +0000 |
---|---|---|
committer | Holger Schurig <schurig@mn-solutions.de> | 2004-10-01 09:27:59 +0000 |
commit | 3831c69357bfde04dd0e3e7213a1e6c91215a607 (patch) | |
tree | 0c7ae39918243f7bdf70df3e8b1a5266cc66b364 /glibc/glibc_2.3.2.oe | |
parent | 6c40059939365b8790359c5b9c643244d734eedf (diff) |
The problem was with patch dyn-ldconfig.diff, which broke patches applied
in 10_cvs.patch and ldconfig.patch by not adding _dl_cache_libcmp to the
exports in GLIBC_PRIVATE{} inside glibc-2.3.3/elf/Verisons.
BKrev: 415d231fH_U6J-W408PrxDEclpn8uA
Diffstat (limited to 'glibc/glibc_2.3.2.oe')
-rw-r--r-- | glibc/glibc_2.3.2.oe | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/glibc/glibc_2.3.2.oe b/glibc/glibc_2.3.2.oe index 2051bf732e..468b4423a1 100644 --- a/glibc/glibc_2.3.2.oe +++ b/glibc/glibc_2.3.2.oe @@ -1,8 +1,9 @@ -PR = "r3" DESCRIPTION = "GNU C Library" +HOMEPAGE = "http://www.gnu.org/software/libc/libc.html" LICENSE = "LGPL" SECTION = "libs" PRIORITY = "required" +PR = "r4" GLIBC_ADDONS ?= "linuxthreads" GLIBC_EXTRA_OECONF ?= "" @@ -47,16 +48,6 @@ FILES_glibc-pcprofile = "/lib/libpcprofile.so" FILES_glibc-thread-db = "/lib/libthread_db*" FILES_localedef = "${bindir}/localedef" -# file://noinfo.patch;patch=1 \ -# file://ldconfig.patch;patch=1;pnum=0 \ - -# file://dyn-ldconfig.diff;patch=1;pnum=0 -# file://glibcbug.patch;patch=1;pnum=0 -# file://nptl-pthread-once.patch;patch=1;pnum=1 -# file://50_glibc232-hppa-full-nptl-2003-10-22.patch;patch=1;pnum=1 -# file://alpha-crti.patch;patch=1;pnum=1 -# file://glibc-make-check-perms.patch;patch=1;pnum=0 -# This patch is needed for builds against recent 2.5/2.6 kernel headers: SRC_URI = "ftp://ftp.gnu.org/gnu/glibc/glibc-${PV}.tar.gz \ ftp://ftp.gnu.org/pub/gnu/glibc/glibc-linuxthreads-2.3.2.tar.gz \ file://noinfo.patch;patch=1 \ |