1
1
Files
zyxel-vmg8825_b50b-cfw/tools/mklibs/patches/011-remove_multiarch.patch
T
2026-04-17 18:33:03 +02:00

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'],