summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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)