Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157576051
D57053.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
495 B
Referenced Files
None
Subscribers
None
D57053.diff
View Options
diff --git a/crypto/openssh/freebsd-configure.sh b/crypto/openssh/freebsd-configure.sh
--- a/crypto/openssh/freebsd-configure.sh
+++ b/crypto/openssh/freebsd-configure.sh
@@ -55,3 +55,10 @@
diff -u config.h.sk-builtin config.h |
sed -n '/^-#define/s/^-//p' |
grep -Ff /dev/stdin config.h.sk-builtin > sk_config.h
+
+# Fix 32/64-bit time_t defines
+sed -i '' 's/^#define SIZEOF_TIME_T 8$/#ifdef __i386__\
+#define SIZEOF_TIME_T 4\
+#else\
+#define SIZEOF_TIME_T 8\
+#endif/' config.h
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 24, 12:07 AM (2 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33259072
Default Alt Text
D57053.diff (495 B)
Attached To
Mode
D57053: openssh: Fix i386 SIZEOF_TIME_T in freebsd-configure.sh
Attached
Detach File
Event Timeline
Log In to Comment