frr: fix build (#6618)

This commit is contained in:
DavidKorczynski 2021-10-19 10:33:12 +01:00 committed by GitHub
parent 0e4a53c430
commit 464b4a9a76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ make install
# build project
export ASAN_OPTIONS=detect_leaks=0
export CFLAGS="${CFLAGS} -DFUZZING_OVERRIDE_LLVMFuzzerTestOneInput"
export CXXFLAGS="${CXXFLAGS} -DFUZZING_OVERRIDE_LLVMFuzzerTestOneInput"
./bootstrap.sh
./configure --enable-libfuzzer --enable-static --enable-static-bin --sbindir=$SRC/bin
make -j$(nproc)