From 76584dbcec046088f54c17e8dbfe559b156f62fe Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Sun, 16 Dec 2012 02:58:47 +0000 Subject: [PATCH] Makefile fixes for OpenBSD by Jonathan Gray. (#5728) --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e5d6de0..09cfd80d 100644 --- a/Makefile +++ b/Makefile @@ -674,8 +674,10 @@ ifeq ($(PLATFORM),openbsd) USE_CURL_DLOPEN=0 endif + # no shm_open on OpenBSD + USE_MUMBLE=0 + SHLIBEXT=so - SHLIBNAME=.$(SHLIBEXT) SHLIBCFLAGS=-fPIC SHLIBLDFLAGS=-shared $(LDFLAGS)