From: Luigi Rizzo Date: Sat, 17 Nov 2007 04:19:02 +0000 (+0000) Subject: linker flags for mingw32 X-Git-Tag: 1.6.0-beta1~3^2~824 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba7113ea17f062c9a665f314e14203ffba0e9886;p=thirdparty%2Fasterisk.git linker flags for mingw32 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89358 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index 764c166a94..d04c42d562 100644 --- a/Makefile +++ b/Makefile @@ -277,6 +277,10 @@ ifeq ($(OSARCH),SunOS) SOLINK=-shared -fpic -L/usr/local/ssl/lib endif +ifeq ($(OSARCH),mingw32) + SOLINK=-Xlinker -r +endif + # This is used when generating the doxygen documentation ifneq ($(DOT),:) HAVEDOT=yes