New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/21481#issuecomment-630480923 Comment: Any reason we aren't building the static libs as well? (also your commit has the wrong name) ``` diff --git a/srcpkgs/icu/template b/srcpkgs/icu/template index cc72b96d92..c1c7c499c8 100644 --- a/srcpkgs/icu/template +++ b/srcpkgs/icu/template @@ -8,7 +8,7 @@ wrksrc=icu build_wrksrc=source build_style=gnu-configure # use archive data instead of .so data for correct cross-compiling -configure_args="--with-data-packaging=archive" +configure_args="--with-data-packaging=archive --enable-static" hostmakedepends="pkg-config" short_desc="Robust and fully-featured Unicode libraries" maintainer="Orphaned " @@ -103,6 +103,7 @@ icu-devel_package() { vmove usr/bin/icu-config vmove "usr/share/man/man1/icu-config*" vmove "usr/lib/*.so" + vmove "usr/lib/*.a" } } icu-libs_package() { ```