From dacba02cd85e566e7f9acb2db9089c48a01d3902 Mon Sep 17 00:00:00 2001 From: Raphael Graf Date: Sat, 25 May 2019 18:08:55 +0200 Subject: [PATCH] Do not link librt on OpenBSD --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5f2b96a4..ae14ae8d 100644 --- a/configure.ac +++ b/configure.ac @@ -99,7 +99,7 @@ case "${host_os}" in OPENCL_INC="" AM_CONDITIONAL([ADD_RT], false) ;; - *android*) + *android*|openbsd*) AM_CONDITIONAL([ADD_RT], false) ;; powerpc-*-darwin*)