mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 21:44:27 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			373 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			373 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/Makefile
 | |
| +++ b/Makefile
 | |
| @@ -217,7 +217,7 @@ $(DESTDIR)$(includedir)/%: $(srcdir)/inc
 | |
|  	$(INSTALL) -D -m 644 $< $@
 | |
|  
 | |
|  $(DESTDIR)$(LDSO_PATHNAME): $(DESTDIR)$(libdir)/libc.so
 | |
| -	$(INSTALL) -D -l $(libdir)/libc.so $@ || true
 | |
| +	$(INSTALL) -D -l libc.so $@ || true
 | |
|  
 | |
|  install-libs: $(ALL_LIBS:lib/%=$(DESTDIR)$(libdir)/%) $(if $(SHARED_LIBS),$(DESTDIR)$(LDSO_PATHNAME),)
 | |
|  
 |