mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 07:48:14 +00:00
linker flags for mingw32
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89358 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
4
Makefile
4
Makefile
@@ -277,6 +277,10 @@ ifeq ($(OSARCH),SunOS)
|
|||||||
SOLINK=-shared -fpic -L/usr/local/ssl/lib
|
SOLINK=-shared -fpic -L/usr/local/ssl/lib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(OSARCH),mingw32)
|
||||||
|
SOLINK=-Xlinker -r
|
||||||
|
endif
|
||||||
|
|
||||||
# This is used when generating the doxygen documentation
|
# This is used when generating the doxygen documentation
|
||||||
ifneq ($(DOT),:)
|
ifneq ($(DOT),:)
|
||||||
HAVEDOT=yes
|
HAVEDOT=yes
|
||||||
|
|||||||
Reference in New Issue
Block a user