[PATCH 4/7] support: Also put libaudit, libcap into the testroot if present

DJ Delorie dj@redhat.com
Mon Feb 2 20:47:47 GMT 2026


Florian Weimer <fweimer@redhat.com> writes:
> +ifeq (yes,$(have-libaudit))
> +LDLIBS-$(LINKS_DSO_PROGRAM) += -laudit
> +endif
> +ifeq (yes,$(have-libcap))
> +LDLIBS-$(LINKS_DSO_PROGRAM) += -lcap
> +endif

LGTM
Reviewed-by: DJ Delorie <dj@redhat.com>



More information about the Libc-alpha mailing list