Initial commit
This commit is contained in:
10
tools/mklibs/patches/011-remove_multiarch.patch
Normal file
10
tools/mklibs/patches/011-remove_multiarch.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- a/src/mklibs
|
||||
+++ b/src/mklibs
|
||||
@@ -274,6 +274,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'],
|
||||
Reference in New Issue
Block a user