Add SUDOERS_LDFLAGS to FUZZ_LDFLAGS
Fixes a fuzzer link error when building with ldap if the ldap libs are not in the default library search path.
This commit is contained in:
@@ -165,7 +165,7 @@ LIB_FUZZING_ENGINE = @FUZZ_ENGINE@
|
||||
FUZZ_PROGS = fuzz_policy fuzz_sudoers fuzz_sudoers_ldif
|
||||
FUZZ_SEED_CORPUS = ${FUZZ_PROGS:=_seed_corpus.zip}
|
||||
FUZZ_LIBS = libparsesudoers.la @SUDOERS_LIBS@ $(LIB_FUZZING_ENGINE)
|
||||
FUZZ_LDFLAGS = @LDFLAGS@
|
||||
FUZZ_LDFLAGS = @LDFLAGS@ @SUDOERS_LDFLAGS@
|
||||
FUZZ_MAX_LEN = 4096
|
||||
FUZZ_RUNS = 8192
|
||||
|
||||
|
Reference in New Issue
Block a user