From fc316307c429fdef7423b0e99c6825ab23ebbb85 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Tue, 14 Aug 2012 22:57:41 -0400 Subject: [PATCH] build: Add sysctl line for OpenBSD. --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index f8a2c08..5577147 100755 --- a/configure +++ b/configure @@ -228,6 +228,7 @@ case "$SYSTEM" in SYSTEM=netbsd ;; "OpenBSD") + DCORES=`sysctl -n hw.ncpu` SYSTEM=openbsd ;; "DragonFly")