diff options
-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) |