You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libaudit and libbz2 are only required to be in the linker path for
static builds. For dynamic builds, they'll be discovered through ELF
metadata. pkg-config knows how to do the right thing in both cases,
so just use it rather than listing libsemanage's dependencies
manually.
Fixes: da6cd3d ("Support static-only builds")
Closes: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alyssa Ross <[email protected]>
Acked-by: James Carter <[email protected]>
0 commit comments