mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
upgrade busybox to 1.4.0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6204 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
11
package/busybox/patches/100-syslogd_segfault_fix.patch
Normal file
11
package/busybox/patches/100-syslogd_segfault_fix.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- busybox-1.4.0/libbb/xreadlink.c Fri Jan 19 22:23:06 2007
|
||||
+++ busybox-1.4.0-syslogd-n/libbb/xreadlink.c Tue Jan 23 22:35:45 2007
|
||||
@@ -36,7 +36,7 @@
|
||||
|
||||
char *xmalloc_realpath(const char *path)
|
||||
{
|
||||
-#ifdef __GLIBC__
|
||||
+#if defined(__GLIBC__) && !defined(__UCLIBC__)
|
||||
/* glibc provides a non-standard extension */
|
||||
return realpath(path, NULL);
|
||||
#else
|
||||
Reference in New Issue
Block a user