Page MenuHomeFreeBSD

D14244.id49873.diff
No OneTemporary

D14244.id49873.diff

Index: lib/libopenbsd/Makefile
===================================================================
--- lib/libopenbsd/Makefile
+++ 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
Thu, Dec 26, 9:49 AM (11 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15603520
Default Alt Text
D14244.id49873.diff (527 B)

Event Timeline