mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	Bugfix only release. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> SVN-Revision: 46136
		
			
				
	
	
		
			12 lines
		
	
	
		
			392 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			392 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/libdw/Makefile.in
 | 
						|
+++ b/libdw/Makefile.in
 | 
						|
@@ -991,7 +991,7 @@ libdw.so$(EXEEXT): $(srcdir)/libdw.map l
 | 
						|
 		-Wl,--enable-new-dtags,-rpath,$(pkglibdir) \
 | 
						|
 		-Wl,--version-script,$<,--no-undefined \
 | 
						|
 		-Wl,--whole-archive $(filter-out $<,$^) -Wl,--no-whole-archive\
 | 
						|
-		-ldl $(argp_LDADD) $(zip_LIBS)
 | 
						|
+		-ldl $(argp_LDADD) $(zip_LIBS) $(LIBS)
 | 
						|
 	@$(textrel_check)
 | 
						|
 	ln -fs $@ $@.$(VERSION)
 | 
						|
 
 |