summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Middleton <zturtleman@gmail.com>2012-12-16 02:58:47 +0000
committerTim Angus <tim@ngus.net>2013-01-12 21:26:42 +0000
commita38a154971e58fd592c5f04b5ed3d36ef9e22de8 (patch)
tree707a492fbe747619c44a21bb43ac15627a6a839a
parentf21f0a7b46f28438259e4baea36281e31add34d8 (diff)
Makefile fixes for OpenBSD by Jonathan Gray. (#5728)
-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)