Skip to content

Commit

Permalink
Adding latest version of config.guess and config.sub to srtp to allow…
Browse files Browse the repository at this point in the history
… compile on arm64 platform
  • Loading branch information
Frank Reimer committed Nov 8, 2019
1 parent 6ec37fb commit f1a3df0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ WORKDIR /usr/local/src
RUN wget https://github.com/cisco/libsrtp/archive/v1.5.4.tar.gz
RUN tar xvzf v1.5.4.tar.gz
WORKDIR libsrtp-1.5.4
# Updating config.guess and config.sub to enable a build on amd64 Platform
RUN wget -O config.guess http://git.savannah.gnu.org/cgit/config.git/plain/config.guess
RUN wget -O config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
RUN ./configure
RUN make
RUN make install
Expand Down

0 comments on commit f1a3df0

Please sign in to comment.