openssh: don't assume broken d_name on cross

This commit is contained in:
classabbyamp 2023-12-25 20:33:21 -05:00
parent 50a3f0371d
commit a535ead07a
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- a/configure.ac
+++ b/configure.ac
@@ -1641,7 +1641,5 @@
],
[
- AC_MSG_WARN([cross compiling: assuming BROKEN_ONE_BYTE_DIRENT_D_NAME])
- AC_DEFINE([BROKEN_ONE_BYTE_DIRENT_D_NAME])
]
)