tools/mklibs: update to 0.1.44 and convert to Python 3
[oweals/openwrt.git] / tools / mklibs / patches / 011-remove_multiarch.patch
1 --- a/src/mklibs
2 +++ b/src/mklibs
3 @@ -274,6 +274,7 @@ def extract_soname(so_file):
4      return ""
5  
6  def multiarch(paths):
7 +    return paths
8      devnull = open('/dev/null', 'w')
9      dpkg_architecture = subprocess.Popen(
10          ['dpkg-architecture', '-qDEB_HOST_MULTIARCH'],