aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-12-13 23:21:12 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-12-14 01:05:40 +0100
commit5a8f19e7679ad0dfaaed975afdb75dc027c221eb (patch)
tree1872645aa5139459eaa3253a3866eef39c98f485 /BUGS
parentgen_funcs.sh: get_chost_libdir(): Use libc.a to determine CHOST libdir (diff)
downloadgenkernel-5a8f19e7679ad0dfaaed975afdb75dc027c221eb.tar.gz
genkernel-5a8f19e7679ad0dfaaed975afdb75dc027c221eb.tar.bz2
genkernel-5a8f19e7679ad0dfaaed975afdb75dc027c221eb.zip
BUGS: Update known bugs
Since commit 758467cebe8cfcaca64c8c3e19243c4a0b788f5a we include libnss_dns.so when possible to allow for DNS resolution and since commit 11eff5eb7ad4330c2688ff4795ba33bbf6efcc47 we include libnss_files.so which is required for dropbear sshd. Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS4
1 files changed, 0 insertions, 4 deletions
diff --git a/BUGS b/BUGS
index 84c366c..c8a0b3c 100644
--- a/BUGS
+++ b/BUGS
@@ -3,7 +3,3 @@
This file lists out some known bugs which need to be resolved. Do not file bug
reports against these bugs, as the genkernel team is aware of them and has yet
to implement a solution.
-
-- busybox linked statically against glibc fails DNS resolution without the
- /lib/libnss_{files,dns}.so libraries
--