]> git.99rst.org Git - openwrt-packages.git/commitdiff
golang: remove redundant quotes in extra_provides
authorGeorge Sapkin <redacted>
Mon, 10 Aug 2026 15:29:57 +0000 (18:29 +0300)
committerGeorge Sapkin <redacted>
Sun, 23 Aug 2026 16:48:33 +0000 (19:48 +0300)
Fixes: a6e94447f ("golang: fix missing dependency check")
Signed-off-by: George Sapkin <redacted>
lang/golang/golang-version.mk

index 335969a6283794681f106ff1ac1e27a4aeeb71db..4bcc5dc79123f23b070f8cceec76f0132ca14c31 100644 (file)
@@ -295,5 +295,5 @@ endef
 # src/debug contains ELF executables as test data and they reference these
 # libraries we need to call this to pass CheckDependencies in package-pack.mk
 define Package/$(PKG_NAME)-tests/extra_provides
-       echo 'libc.so.6' libstdc++.so.6' libtiff.so.6' | tr ' ' '\n'
+       echo 'libc.so.6 libstdc++.so.6 libtiff.so.6' | tr ' ' '\n'
 endef
git clone https://git.99rst.org/PROJECT