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
Thu, Dec 26, 10:10 AM (12 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15603688
Default Alt Text
D14244.id39003.diff (487 B)

Event Timeline