Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106100827
D14244.id39003.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
487 B
Referenced Files
None
Subscribers
None
D14244.id39003.diff
View Options
Index: lib/libopenbsd/Makefile
===================================================================
--- lib/libopenbsd/Makefile
+++ lib/libopenbsd/Makefile
@@ -8,6 +8,12 @@
ohash.c
INTERNALLIB=
+.if defined(BOOTSTRAPPING) && ${.MAKE.OS} != "FreeBSD"
+# getdtablecount.c won't compile during bootstrap for Linux, but it seems like
+# it is not used by any of the cross tools so just skipping it works fine
+SRCS:=${SRCS:Ngetdtablecount.c}
+.endif
+
CFLAGS+= -I${.CURDIR}
WARNS= 3
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 26, 10:10 AM (12 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15603688
Default Alt Text
D14244.id39003.diff (487 B)
Attached To
Mode
D14244: crossbuild: Allow bootstrapping libopenbsd on Linux
Attached
Detach File
Event Timeline
Log In to Comment