summaryrefslogtreecommitdiff
path: root/data/_openssh/dirent.diff
blob: 2d5238250194771a804330f2e4ba0f32c9661fc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -ur openssh-8.4p1/configure.ac openssh-8.4p1+iOS/configure.ac
--- openssh-8.4p1/configure.ac	2021-01-26 23:09:30.000000000 -1000
+++ openssh-8.4p1+iOS/configure.ac	2020-09-26 21:25:01.000000000 -1000
@@ -1534,8 +1534,8 @@
 			allocate extra space for d_name])
 	],
 	[
-		AC_MSG_WARN([cross compiling: assuming BROKEN_ONE_BYTE_DIRENT_D_NAME])
-		AC_DEFINE([BROKEN_ONE_BYTE_DIRENT_D_NAME])
+		AC_MSG_WARN([cross compiling: assuming yes])
+		AC_MSG_RESULT([yes])
 	]
 )