mirror of https://github.com/google/oss-fuzz.git
[pjsip] Update for ideal integration (#9908)
`libssl-dev zlib1g-dev` are used for `Differential` fuzzing. Issue [57067](https://oss-fuzz-build-logs.storage.googleapis.com/log-787f7b85-e65f-48d9-9ff1-eb854c8c4ac1.txt) can be fixed after merge. My PR: https://github.com/pjsip/pjproject/pull/3430
This commit is contained in:
parent
4325da9f17
commit
264b67c943
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
################################################################################
|
||||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
RUN apt-get update && apt-get install -y autoconf libtool-bin pkg-config
|
||||
RUN apt-get update && apt-get install -y autoconf libtool-bin pkg-config libssl-dev zlib1g-dev
|
||||
RUN git clone https://github.com/pjsip/pjproject pjsip
|
||||
COPY build.sh $SRC/
|
||||
WORKDIR $SRC/pjsip/
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
################################################################################
|
||||
export CFLAGS="$CFLAGS -DPJMEDIA_HAS_VIDEO=1"
|
||||
export CXXFLAGS="$CFLAGS"
|
||||
export LDFLAGS="$CFLAGS"
|
||||
|
||||
|
|
Loading…
Reference in New Issue