From ba7113ea17f062c9a665f314e14203ffba0e9886 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Sat, 17 Nov 2007 04:19:02 +0000 Subject: linker flags for mingw32 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89358 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 764c166a9..d04c42d56 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 -- cgit v1.2.3