 c8b7065f61
			
		
	
	c8b7065f61
	
	
	
		
			
			Refresh 2to3 patch. Upstream partially did this against some older python version. This is still needed. Refreshed other patches to be python3 safe. Remove uClibc patches as only musl is present now. Refresh others. Signed-off-by: Rosen Penev <rosenp@gmail.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			278 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			278 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/src/mklibs
 | |
| +++ b/src/mklibs
 | |
| @@ -269,6 +269,7 @@ def extract_soname(so_file):
 | |
|      return ""
 | |
|  
 | |
|  def multiarch(paths):
 | |
| +    return paths
 | |
|      devnull = open('/dev/null', 'w')
 | |
|      dpkg_architecture = subprocess.Popen(
 | |
|          ['dpkg-architecture', '-qDEB_HOST_MULTIARCH'],
 |