diff options
author | Zack Middleton <zturtleman@gmail.com> | 2012-12-16 02:58:47 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-12 21:26:42 +0000 |
commit | a38a154971e58fd592c5f04b5ed3d36ef9e22de8 (patch) | |
tree | 707a492fbe747619c44a21bb43ac15627a6a839a | |
parent | f21f0a7b46f28438259e4baea36281e31add34d8 (diff) |
Makefile fixes for OpenBSD by Jonathan Gray. (#5728)
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |