Make sure we support nested functions and generation of trampolines

under OpenBSD.

(closes issue #13724)
Reported by: mvanbaak



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@150971 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Michiel van Baak 2008-10-18 10:27:22 +00:00
parent b0d56687c6
commit 357f4a9a86
1 changed files with 5 additions and 1 deletions

View File

@ -262,7 +262,7 @@ ifeq ($(OSARCH),NetBSD)
endif
ifeq ($(OSARCH),OpenBSD)
ASTCFLAGS+=-pthread
ASTCFLAGS+=-pthread -ftrampolines
endif
ifeq ($(OSARCH),SunOS)
@ -310,6 +310,10 @@ ifeq ($(OSARCH),SunOS)
SOLINK=-shared -fpic -L/usr/local/ssl/lib -lrt
endif
ifeq ($(OSARCH),OpenBSD)
SOLINK=-shared -fpic
endif
# comment to print directories during submakes
#PRINT_DIR=yes