[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:
Arjun 2023-03-15 17:00:58 +05:30 committed by GitHub
parent 4325da9f17
commit 264b67c943
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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/

View File

@ -14,6 +14,7 @@
# limitations under the License.
#
################################################################################
export CFLAGS="$CFLAGS -DPJMEDIA_HAS_VIDEO=1"
export CXXFLAGS="$CFLAGS"
export LDFLAGS="$CFLAGS"