net-misc/oidc-agent: explicitly create object dirs before compiling

Closes: https://bugs.gentoo.org/880157
Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2022-11-10 22:46:49 +00:00
parent a85d625185
commit c19055e5e1

View File

@@ -40,6 +40,7 @@ src_prepare() {
src_compile() {
use elibc_musl && local -x USE_ARGP_SO=1
emake -j1 create_obj_dir_structure create_picobj_dir_structure # Bug #880157
emake
}