FreeBSD Bugzilla – Attachment 176292 Details for
Bug 213898
net/mDNSResponder unconditionally enables IPV6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Turn off HAVE_IPV6, if WITHOUT contains "IPV6"
mDNSResponder-ipv6.patch (text/plain), 647 bytes, created by
Mikhail Teterin
on 2016-10-29 20:05:22 UTC
(
hide
)
Description:
Turn off HAVE_IPV6, if WITHOUT contains "IPV6"
Filename:
MIME Type:
Creator:
Mikhail Teterin
Created:
2016-10-29 20:05:22 UTC
Size:
647 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 424567) >+++ Makefile (working copy) >@@ -34,6 +34,9 @@ > post-patch: > @${REINPLACE_CMD} -e 's|\(#define IPV6_2292_PKTINFO \).*|\1IPV6_PKTINFO|; s|\(#define IPV6_2292_HOPLIMIT \).*|\1IPV6_HOPLIMIT|' ${WRKSRC}/mDNSPosix/mDNSUNP.h > @${MV} ${WRKSRC}/mDNSShared/mDNSResponder.8 ${WRKSRC}/mDNSShared/mDNSResponderPosix.8 >+.if ${WITHOUT:MIPV6} >+ @${REINPLACE_CMD} -e s,-DHAVE_IPV6,-UHAVE_IPV6,g ${WRKSRC}/mDNSPosix/Makefile >+.endif > > post-install: > cd ${WRKSRC}/mDNSPosix/build/prod/ && ${INSTALL_PROGRAM} ${EXTRA_BIN} ${STAGEDIR}${PREFIX}/bin/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 213898
: 176292