freeradius: fix build (#6701)

This commit is contained in:
DavidKorczynski 2021-10-30 16:08:31 +01:00 committed by GitHub
parent f32e7a6d2d
commit 38e18a9cce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt install -y libtalloc-dev libkqueue-dev
RUN apt-get update && apt install -y libtalloc-dev libkqueue-dev libunwind-dev
# OpenSSL 1.1
ARG OPENSSL_VERSION=1.1.1g

View File

@ -38,6 +38,7 @@ ls ./build/bin/local/fuzzer_* | while read i; do
copy_lib ${i} libfreeradius
copy_lib ${i} talloc
copy_lib ${i} kqueue
copy_lib ${i} libunwind
cp ${i} $OUT/
done
cp -r /usr/local/share/freeradius/dictionary $OUT/dict