From a38a154971e58fd592c5f04b5ed3d36ef9e22de8 Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Sun, 16 Dec 2012 02:58:47 +0000 Subject: Makefile fixes for OpenBSD by Jonathan Gray. (#5728) --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 83514a24..734c402f 100644 --- a/Makefile +++ b/Makefile @@ -658,8 +658,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) -- cgit