mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			278 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			278 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/src/mklibs
 | 
						|
+++ b/src/mklibs
 | 
						|
@@ -263,6 +263,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'],
 |