Mirko Vogt
1848a0f239
add patch for eglibc version 2.15
...
This patch partially reverts an (e)glibc commit
which fixed a memory leak, however introduced lookup
errors in dlopen() with resulting segmentation faults
in certain scenarios.
References:
- http://comments.gmane.org/gmane.comp.lib.glibc.user/1227
- http://sourceware.org/ml/libc-alpha/2011-06/msg00006.html
SVN-Revision: 37029
12 years ago
Florian Fainelli
f18de830e1
toolchain/eglibc: add missing ld-search-paths patch to 2.17
...
this patch is a copy of
trunk/toolchain/eglibc/patches/2.16/200-add-dl-search-paths.patch in
trunk/toolchain/eglibc/patches/2.17/200-add-ld-search-paths.patch
please use svn copy instead of applying it (like in
https://dev.openwrt.org/changeset/34290/ )
the patch add /usr/lib in the ld search path (for eglibc 2.17),
thus helping libs like libnl-tiny.so (for iw), libjson.so.0 (for ubus,
jshn) to be found
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36141
12 years ago
Florian Fainelli
426d806994
eglibc/2.16: add missing dl-search-paths patch
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34290
12 years ago
Felix Fietkau
83e392ba73
eglibc: remove versions 2.12-2.14
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 34028
12 years ago
Felix Fietkau
7efe435f49
eglibc: add a fake libintl.h for cross-rpcgen and cross-zic to fix build on mac os x
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 34026
12 years ago
Florian Fainelli
154123a8c6
add support for eglibc 2.16
...
SVN-Revision: 33738
12 years ago
Felix Fietkau
49b894ff4e
eglibc: add version 2.15
...
SVN-Revision: 32101
13 years ago
Mirko Vogt
1352465f27
remove patch '100-do-not-use-implicit-rules.patch' for eglibc 2.12
...
Mentioned patch got obsoleted by commit 31300, since it went upstream meanwhile
SVN-Revision: 31341
13 years ago
Mirko Vogt
0665e400a0
eglibc 2.14 needs our eglibc patchset as well
...
SVN-Revision: 29842
13 years ago
Felix Fietkau
357a58811b
eglibc: remove old versions
...
SVN-Revision: 27360
14 years ago
Felix Fietkau
ab15244ece
eglibc: fix portability issues rpcgen and zic, fixes compile on darwin
...
SVN-Revision: 27359
14 years ago
Mirko Vogt
f03b067f32
manual/Makefile: Don't mix pattern rules with normal rules.
...
This change got committed into the official eglibc repository in commit 11461.
Thanks to Philip Prindeville for pointing this out.
SVN-Revision: 27264
14 years ago
Mirko Vogt
2e1b73912d
patch: add /usr/lib to default search path of dynamic linker
...
SVN-Revision: 27216
14 years ago
Nicolas Thill
f3a3b1934b
eglibc: update svn revisions
...
SVN-Revision: 17744
15 years ago
Felix Fietkau
0232808d14
eglibc: replace the use of stpncpy with strncpy + manual termination (stpncpy is not available on darwin)
...
SVN-Revision: 14212
16 years ago
Felix Fietkau
15c76887b8
port the eglibc cross compiling fix to version 2.9
...
SVN-Revision: 14211
16 years ago
Felix Fietkau
8bf53faa44
fix eglibc 2.8 cross-compile under darwin / mac os x
...
SVN-Revision: 14209
16 years ago
Nicolas Thill
a3edea1b91
add support for alternative C libraries (currently only glibc/eglibc) other (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc)
...
SVN-Revision: 13931
16 years ago