dev-libs/gpds: catch up cmake option form upstream

Use new GPDS_BUILD_STATIC option to control static lib build

Closes: https://bugs.gentoo.org/924853
Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui
2024-02-18 15:56:40 +08:00
parent 8c4ed017ea
commit dfad5f924b
2 changed files with 4 additions and 4 deletions

View File

@@ -38,5 +38,4 @@ src_configure() {
src_install() {
cmake_src_install
use static-libs || rm "${ED}"/usr/$(get_libdir)/*.a || die
}