summaryrefslogtreecommitdiff
path: root/toolchain/eglibc/patches
Commit message (Collapse)AuthorAgeFilesLines
* eglibc: remove versions 2.16 and 2.17 - they are unmaintainedFelix Fietkau2014-02-247-446/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39743
* eglibc: add version 2.19Felix Fietkau2014-02-242-0/+66
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39742
* eglibc: fix build failure on newer make versionsLuka Perkov2014-02-023-0/+33
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39453
* add patch for eglibc version 2.15Mirko Vogt2013-06-241-0/+110
| | | | | | | | | | | | | 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
* toolchain/eglibc: add missing ld-search-paths patch to 2.17Florian Fainelli2013-03-291-0/+14
| | | | | | | | | | | | | | | | | 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
* eglibc/2.16: add missing dl-search-paths patchFlorian Fainelli2012-11-211-0/+14
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34290
* eglibc: remove versions 2.12-2.14Felix Fietkau2012-10-319-342/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34028
* eglibc: add a fake libintl.h for cross-rpcgen and cross-zic to fix build on ↵Felix Fietkau2012-10-311-0/+22
| | | | | | | | mac os x Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34026
* add support for eglibc 2.16Florian Fainelli2012-10-123-0/+396
| | | | SVN-Revision: 33738
* eglibc: add version 2.15Felix Fietkau2012-06-074-0/+160
| | | | SVN-Revision: 32101
* remove patch '100-do-not-use-implicit-rules.patch' for eglibc 2.12Mirko Vogt2012-04-181-16/+0
| | | | | | Mentioned patch got obsoleted by commit 31300, since it went upstream meanwhile SVN-Revision: 31341
* eglibc 2.14 needs our eglibc patchset as wellMirko Vogt2012-01-213-0/+114
| | | | SVN-Revision: 29842
* eglibc: remove old versionsFelix Fietkau2011-07-029-212/+0
| | | | SVN-Revision: 27360
* eglibc: fix portability issues rpcgen and zic, fixes compile on darwinFelix Fietkau2011-07-024-0/+196
| | | | SVN-Revision: 27359
* manual/Makefile: Don't mix pattern rules with normal rules.Mirko Vogt2011-06-231-0/+16
| | | | | | | | This change got committed into the official eglibc repository in commit 11461. Thanks to Philip Prindeville for pointing this out. SVN-Revision: 27264
* patch: add /usr/lib to default search path of dynamic linkerMirko Vogt2011-06-182-0/+32
| | | | SVN-Revision: 27216
* eglibc: update svn revisionsNicolas Thill2009-09-261-0/+14
| | | | SVN-Revision: 17744
* eglibc: replace the use of stpncpy with strncpy + manual termination ↵Felix Fietkau2009-01-261-0/+14
| | | | | | (stpncpy is not available on darwin) SVN-Revision: 14212
* port the eglibc cross compiling fix to version 2.9Felix Fietkau2009-01-261-0/+57
| | | | SVN-Revision: 14211
* fix eglibc 2.8 cross-compile under darwin / mac os xFelix Fietkau2009-01-261-0/+57
| | | | SVN-Revision: 14209
* add support for alternative C libraries (currently only glibc/eglibc) other ↵Nicolas Thill2009-01-086-0/+70
(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