mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-03 20:38:59 +00:00 
			
		
		
		
	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 ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@148739 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -292,7 +292,7 @@ ifneq ($(findstring darwin,$(OSARCH)),)
 | 
				
			|||||||
  SOLINK=-dynamic -bundle -undefined suppress -force_flat_namespace
 | 
					  SOLINK=-dynamic -bundle -undefined suppress -force_flat_namespace
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
# These are used for all but Darwin
 | 
					# These are used for all but Darwin
 | 
				
			||||||
  SOLINK=-shared -Xlinker -x
 | 
					  SOLINK=-shared
 | 
				
			||||||
  ifneq ($(findstring BSD,$(OSARCH)),)
 | 
					  ifneq ($(findstring BSD,$(OSARCH)),)
 | 
				
			||||||
    LDFLAGS+=-L/usr/local/lib
 | 
					    LDFLAGS+=-L/usr/local/lib
 | 
				
			||||||
  endif
 | 
					  endif
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user