mirror of https://github.com/google/oss-fuzz.git
freeradius: fix build (#6701)
This commit is contained in:
parent
f32e7a6d2d
commit
38e18a9cce
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue