mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
tests: Drop support for linking against libimmunix
Only attempt to link against libapparmor since libimmunix has been deprecated for 5+ years. Signed-off-by: Tyler Hicks <tyhicks@canonical.com> Acked-by: Steve Beattie <steve@nxnw.org>
This commit is contained in:
parent
98d57db313
commit
218e727163
1 changed files with 0 additions and 2 deletions
|
@ -105,8 +105,6 @@ CHANGEHAT_FLAGS=$(shell if [ ! -f /usr/include/sys/apparmor.h ] ; then \
|
|||
|
||||
LIBIMMUNIX:=$(shell if ldconfig -p | grep -q libapparmor\.so ; then \
|
||||
echo -lapparmor ; \
|
||||
elif ldconfig -p | grep -q libimmunix\.so ; then \
|
||||
echo -limmunix ; \
|
||||
fi )
|
||||
|
||||
CFLAGS+=$(CHANGEHAT_FLAGS) -Wall -Wstrict-prototypes
|
||||
|
|
Loading…
Add table
Reference in a new issue