Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106069767
D14244.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
542 B
Referenced Files
None
Subscribers
None
D14244.diff
View Options
Index: head/lib/libopenbsd/Makefile
===================================================================
--- head/lib/libopenbsd/Makefile
+++ head/lib/libopenbsd/Makefile
@@ -2,10 +2,15 @@
PACKAGE=lib${LIB}
LIB= openbsd
-SRCS= getdtablecount.c \
- imsg-buffer.c \
+SRCS= imsg-buffer.c \
imsg.c \
ohash.c
+.if !defined(BOOTSTRAPPING)
+# Skip getdtablecount.c when bootstrapping since it doesn't compile for Linux
+# and is not used by any of the bootstrap tools
+SRCS+= getdtablecount.c
+.endif
+
INTERNALLIB=
CFLAGS+= -I${.CURDIR}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 25, 9:30 PM (11 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15598766
Default Alt Text
D14244.diff (542 B)
Attached To
Mode
D14244: crossbuild: Allow bootstrapping libopenbsd on Linux
Attached
Detach File
Event Timeline
Log In to Comment