From: Florian Weimer Date: Wed, 4 Feb 2026 08:46:07 +0000 (+0100) Subject: support: Also put libaudit, libcap into the testroot if present X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fff40098b0716bdd5b1dcd848ff25a2da6c33be2;p=thirdparty%2Fglibc.git support: Also put libaudit, libcap into the testroot if present Some configurations of nscd are linked against those libraries. --- diff --git a/support/Makefile b/support/Makefile index bcdbe12cfe..bd60466ad0 100644 --- a/support/Makefile +++ b/support/Makefile @@ -309,6 +309,12 @@ endif ifeq (yes,$(have-selinux)) LDLIBS-$(LINKS_DSO_PROGRAM) += -lselinux endif +ifeq (yes,$(have-libaudit)) +LDLIBS-$(LINKS_DSO_PROGRAM) += -laudit +endif +ifeq (yes,$(have-libcap)) +LDLIBS-$(LINKS_DSO_PROGRAM) += -lcap +endif LDLIBS-test-container = $(libsupport)