<div dir="ltr">Hi all,<div><br></div><div>Not content with adding support for uClibc snapshots, I've also tackled glibc 2.21, as eglibc is no longer an actively maintained project.</div><div><br></div><div>Here's the branch I've been working on (which isn't tidied up for merge btw):</div><div><br></div><div>  <a href="https://github.com/jdub/openwrt/commits/glibc">https://github.com/jdub/openwrt/commits/glibc</a><br></div><div><br></div><div>There is one OpenWrt-wide issue that will need to be addressed for glibc 2.21 compatibility: The widespread use of _BSD_SOURCE, which was deprecated in glibc 2.20.</div><div><br></div><div>It's a simple fix though: Use _DEFAULT_SOURCE instead. Plus, my initial inspection suggests _BSD_SOURCE mostly occurs in OpenWrt-controlled code, such as procd, etc., which makes life simpler.</div><div><br></div><div>Thanks,</div><div>Jeff</div></div>