Other changes: - Project moved to sourceware.org - musl patch where cleaned up and submitted upstream - TEMP_FAILURE_RETRY macro fixed and submitted upstream Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> [Jo-Philipp Wich: add missing .patch extension to 007-fix_TEMP_FAILURE_RETRY] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
		
			
				
	
	
		
			12 lines
		
	
	
		
			412 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			412 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/libdw/Makefile.in
 | |
| +++ b/libdw/Makefile.in
 | |
| @@ -1005,7 +1005,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)
 | |
|  
 |