[svn-commits] rizzo: trunk r89369 - /trunk/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sat Nov 17 04:12:45 CST 2007


Author: rizzo
Date: Sat Nov 17 04:12:43 2007
New Revision: 89369

URL: http://svn.digium.com/view/asterisk?view=rev&rev=89369
Log:
these linker flags apply to both cygwin and mingw32

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?view=diff&rev=89369&r1=89368&r2=89369
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sat Nov 17 04:12:43 2007
@@ -277,7 +277,7 @@
   SOLINK=-shared -fpic -L/usr/local/ssl/lib
 endif
 
-ifeq ($(OSARCH),mingw32)
+ifneq ($(findstring $(OSARCH), mingw32 cygwin ),)
   SOLINK=-Xlinker -r
 endif
 




More information about the svn-commits mailing list