Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F169442232
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
Wed, Sep 2, 1:33 PM (7 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37964784
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