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 658d60c commit 41d3f3f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,6 @@ RUN cp /tmp/configure.ac.extra /usr/local/src/freeswitch/configure.ac \
&& cp /tmp/switch_event.c . \
&& cp /tmp/mod_conference.h /usr/local/src/freeswitch/src/mod/applications/mod_conference \
&& 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 41d3f3f

Please sign in to comment.