mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
more cygwin/mingw32 compatibility fixes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89373 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -85,6 +85,10 @@ ifeq ($(OSARCH),FreeBSD)
|
||||
AST_LIBS+=-lcrypto
|
||||
endif
|
||||
|
||||
ifneq ($(findstring $(OSARCH), mingw32 cygwin ),)
|
||||
AST_LIBS+=-lminires -ldl
|
||||
ASTLINK+= -shared -Wl,--out-implib,asterisk.dll
|
||||
endif
|
||||
ifeq ($(OSARCH),NetBSD)
|
||||
AST_LIBS+=-lpthread -lcrypto -lm -L/usr/pkg/lib $(EDITLINE_LIB)
|
||||
endif
|
||||
|
Reference in New Issue
Block a user