[svn-commits] kpfleming: branch 1.6.0 r148739 - in /branches/1.6.0: ./ Makefile
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Oct 14 05:34:27 CDT 2008
Author: kpfleming
Date: Tue Oct 14 05:34:14 2008
New Revision: 148739
URL: http://svn.digium.com/view/asterisk?view=rev&rev=148739
Log:
Merged revisions 148738 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r148738 | kpfleming | 2008-10-14 12:33:14 +0200 (Tue, 14 Oct 2008) | 9 lines
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:
branches/1.6.0/ (props changed)
branches/1.6.0/Makefile
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.0/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/Makefile?view=diff&rev=148739&r1=148738&r2=148739
==============================================================================
--- branches/1.6.0/Makefile (original)
+++ branches/1.6.0/Makefile Tue Oct 14 05:34:14 2008
@@ -292,7 +292,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