Skip to content

Commit

Permalink
Force IPv6 disablement in mDNSResponder compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
rhastie committed Jan 19, 2024
1 parent a5bbfa9 commit 957d8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN cd /home/ && curl --output - -s -k https://codeload.github.com/apple-oss-dis
patch -d mDNSResponder/ -p1 <nmos-cpp/Development/third_party/mDNSResponder/unicast.patch && \
patch -d mDNSResponder/ -p1 <nmos-cpp/Development/third_party/mDNSResponder/permit-over-long-service-types.patch && \
patch -d mDNSResponder/ -p1 <nmos-cpp/Development/third_party/mDNSResponder/poll-rather-than-select.patch && \
cd /home/mDNSResponder/mDNSPosix && make os=linux && make os=linux install
cd /home/mDNSResponder/mDNSPosix && HAVE_IPV6=0 make os=linux && make os=linux install

## Build Sony nmos-cpp from sources
RUN mkdir /home/nmos-cpp/Development/build && \
Expand Down

0 comments on commit 957d8e3

Please sign in to comment.