openssh: don't assume broken d_name on cross
This commit is contained in:
parent
50a3f0371d
commit
a535ead07a
1 changed files with 10 additions and 0 deletions
10
srcpkgs/openssh/patches/d-name-size.patch
Normal file
10
srcpkgs/openssh/patches/d-name-size.patch
Normal 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])
|
||||
]
|
||||
)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue