Page MenuHomeFreeBSD

D14244.diff
No OneTemporary

D14244.diff

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

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)

Event Timeline