[svn-commits] kpfleming: trunk r148738 - in /trunk: ./ Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Oct 14 05:33:14 CDT 2008


Author: kpfleming
Date: Tue Oct 14 05:33:14 2008
New Revision: 148738

URL: http://svn.digium.com/view/asterisk?view=rev&rev=148738
Log:
Merged revisions 148736 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r148736 | kpfleming | 2008-10-14 12:30:54 +0200 (Tue, 14 Oct 2008) | 3 lines
  
  on Ubuntu (at least), recent versions of ld in binutils delete all debugging symbols when -x is supplied; since the reasons why -x is being passed are lost in the mists of time, remove it so debugging will work properly
........

Modified:
    trunk/   (props changed)
    trunk/Makefile

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?view=diff&rev=148738&r1=148737&r2=148738
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Oct 14 05:33:14 2008
@@ -300,7 +300,7 @@
   SOLINK=-dynamic -bundle -undefined suppress -force_flat_namespace
 else
 # These are used for all but Darwin
-  SOLINK=-shared -Xlinker -x
+  SOLINK=-shared
   ifneq ($(findstring BSD,$(OSARCH)),)
     LDFLAGS+=-L/usr/local/lib
   endif




More information about the svn-commits mailing list