From: Hauke Mehrtens Date: Tue, 14 Mar 2017 18:18:57 +0000 (+0100) Subject: toolchain: add musl libc.so to external toolchain X-Git-Tag: v17.01.5~270 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=950439234e7f0b2ad7879abe45adfc556f2ed08c;ds=inline toolchain: add musl libc.so to external toolchain musl provides a /lib/libc.so file which should be integrated into the libc package when the external toolchain with musl is used. Signed-off-by: Hauke Mehrtens Reviewed-by: Florian Fainelli Acked-by: Jo-Philipp Wich (cherry picked from commit b6a8b43dd2771d4d237256417218bed862545ef4) --- diff --git a/package/libs/toolchain/Makefile b/package/libs/toolchain/Makefile index 88adb9a8a4..58bd06cb5a 100644 --- a/package/libs/toolchain/Makefile +++ b/package/libs/toolchain/Makefile @@ -164,7 +164,7 @@ define Package/libc/config string prompt "libc shared library files (use wildcards)" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libc - default "./lib/ld{*.so*,-linux*.so.*} ./lib/lib{anl,c,cidn,crypt,dl,m,nsl,nss_dns,nss_files,resolv,util}{-*.so,.so.*}" + default "./lib/ld{*.so*,-linux*.so.*} ./lib/lib{anl,c,cidn,crypt,dl,m,nsl,nss_dns,nss_files,resolv,util}{-*.so,.so.*,.so}" endmenu endef