[asterisk-commits] kpfleming: branch 1.4 r148736 - /branches/1.4/Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Oct 14 05:30:56 CDT 2008
Author: kpfleming
Date: Tue Oct 14 05:30:54 2008
New Revision: 148736
URL: http://svn.digium.com/view/asterisk?view=rev&rev=148736
Log:
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.4/Makefile
Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/Makefile?view=diff&rev=148736&r1=148735&r2=148736
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Tue Oct 14 05:30:54 2008
@@ -269,7 +269,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 asterisk-commits
mailing list