lede/tools/mklibs/patches/011-remove_multiarch.patch

11 lines
278 B
Diff
Raw Normal View History

2017-09-06 19:19:45 +08:00
--- a/src/mklibs
+++ b/src/mklibs
2020-07-02 23:30:56 +08:00
@@ -274,6 +274,7 @@ def extract_soname(so_file):
2017-09-06 19:19:45 +08:00
return ""
def multiarch(paths):
+ return paths
devnull = open('/dev/null', 'w')
dpkg_architecture = subprocess.Popen(
['dpkg-architecture', '-qDEB_HOST_MULTIARCH'],