Commit Diff


commit - ca3f67564ce8ef5fe32e10084445edc56b4adeaa
commit + eb877bffaa6b188caf0f8fc75a89f8e4721cc167
blob - 707ef3de2d05bbc21e99ccbf40509b8f887bc5e3
blob + b2016559f0f3a24fbce5cce38c46e2182fafc469
--- configure
+++ configure
@@ -65,7 +65,9 @@ if which pkg-config 2>/dev/null 1>&2; then
 	fi
 
 	case "$(uname)" in
-		OpenBSD) ;;
+		OpenBSD)
+			# use libevent in base
+			;;
 		*)
 			if pkg-config libevent; then
 				CFLAGS="${CFLAGS} $(pkg-config --cflags libevent)"