openssh: don't assume broken d_name on cross
This commit is contained in:
parent
50a3f0371d
commit
a535ead07a
|
@ -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])
|
||||||
|
]
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue