6f0f50b532
It breaks on trying to find ldso SVN-Revision: 36849
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'],
|