Page MenuHomeFreeBSD

D14244.id39003.diff
No OneTemporary

D14244.id39003.diff

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

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)

Event Timeline