Fix linking of sudoers fuzzers with static libsudo_util.

This commit is contained in:
Todd C. Miller
2021-02-06 16:25:50 -07:00
parent 6216fb3cca
commit a3dae6f2c9

View File

@@ -160,7 +160,7 @@ TEST_PROGS = check_addr check_base64 check_digest check_env_pattern \
# Fuzzers
FUZZ_PROGS = fuzz_sudoers fuzz_sudoers_ldif
FUZZ_LIBS = $(LIBS) libparsesudoers.la
FUZZ_LIBS = libparsesudoers.la $(LIBS)
FUZZ_LDFLAGS = @LDFLAGS@ @FUZZ_LDFLAGS@
AUTH_OBJS = sudo_auth.lo @AUTH_OBJS@