Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed Aug 13, 2024
1 parent 8327c50 commit 658d60c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ RUN cp /tmp/configure.ac.extra /usr/local/src/freeswitch/configure.ac \
&& cp /tmp/conference_api.c /usr/local/src/freeswitch/src/mod/applications/mod_conference \
&& sed -i '/#ifndef cJSON_AS4CPP__h/i #ifndef cJSON__h\n#define cJSON__h' /usr/local/include/aws/core/external/cjson/cJSON.h \
&& echo '#endif' >> /usr/local/include/aws/core/external/cjson/cJSON.h \
&& cat /usr/local/include/aws/core/external/cjson/cJSON.h \
&& cd /usr/local/src/freeswitch \
&& export LDFLAGS="-L/usr/local/lib -lprotobuf -lgrpc++" \
&& ./bootstrap.sh -j \
Expand Down

0 comments on commit 658d60c

Please sign in to comment.