Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157602697
D57053.id177975.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
514 B
Referenced Files
None
Subscribers
None
D57053.id177975.diff
View Options
Index: crypto/openssh/freebsd-configure.sh
===================================================================
--- crypto/openssh/freebsd-configure.sh
+++ 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, 7:47 AM (15 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33466597
Default Alt Text
D57053.id177975.diff (514 B)
Attached To
Mode
D57053: openssh: Fix i386 SIZEOF_TIME_T in freebsd-configure.sh
Attached
Detach File
Event Timeline
Log In to Comment