FreeBSD Bugzilla – Attachment 182138 Details for
Bug 218921
net/mDNSResponder: respect CFLAGS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
CFLAGS fix
mDNSResponder-CFLAGS.diff (text/plain), 626 bytes, created by
Pawel Pekala
on 2017-04-27 21:38:24 UTC
(
hide
)
Description:
CFLAGS fix
Filename:
MIME Type:
Creator:
Pawel Pekala
Created:
2017-04-27 21:38:24 UTC
Size:
626 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (wersja 439460) >+++ Makefile (kopia robocza) >@@ -37,6 +37,7 @@ > 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 >+ @${REINPLACE_CMD} -e '/^CFLAGS_DEBUG/ s|-Os|${CFLAGS}|' ${WRKSRC}/mDNSPosix/Makefile > > post-patch-IPV6-off: > @${REINPLACE_CMD} -e '/^CFLAGS_OS/ s|-DHAVE_IPV6|-UHAVE_IPV6|' ${WRKSRC}/mDNSPosix/Makefile
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 218921
: 182138
Working