[Bug 6278] Build error: make: *** [libc/inet/if_index.os] Error 1

bugzilla at busybox.net bugzilla at busybox.net
Mon Jan 9 05:57:02 UTC 2017


https://bugs.busybox.net/show_bug.cgi?id=6278

wosk <govnuke at inbox.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED
         Resolution|FIXED                       |INVALID

--- Comment #2 from wosk <govnuke at inbox.ru> ---
I reproduce this error with kernel older than 2.6.32
This fixed before "make headers_install" by change in
kernel/include/linux/socket.h
#if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
to 
#if defined(__KERNEL__)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the uClibc-cvs mailing list