mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 14:04:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			410 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			410 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/libdw/Makefile.in
 | |
| +++ b/libdw/Makefile.in
 | |
| @@ -996,7 +996,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 -lz $(argp_LDADD) $(zip_LIBS)
 | |
| +		-ldl -lz $(argp_LDADD) $(zip_LIBS) $(LIBS)
 | |
|  	@$(textrel_check)
 | |
|  	$(AM_V_at)ln -fs $@ $@.$(VERSION)
 | |
|  
 |