FreeBSD Bugzilla – Attachment 175019 Details for
Bug 212610
security/yara: build fails on FreeBSD 11 / 64bit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
yara.diff
yara.diff (text/plain), 561 bytes, created by
Antoine Brodin
on 2016-09-20 21:07:35 UTC
(
hide
)
Description:
yara.diff
Filename:
MIME Type:
Creator:
Antoine Brodin
Created:
2016-09-20 21:07:35 UTC
Size:
561 bytes
patch
obsolete
>Index: security/yara/Makefile >=================================================================== >--- security/yara/Makefile (revision 422539) >+++ security/yara/Makefile (working copy) >@@ -19,7 +19,13 @@ > USES= alias autoreconf libtool pathfix ssl > USE_LDCONFIG= yes > PATHFIX_MAKEFILEIN= Makefile.am >-CPPFLAGS+= -I${OPENSSLINC} >+CPPFLAGS+= -isystem ${OPENSSLINC} > LIBS+= -L${OPENSSLLIB} > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${SSL_DEFAULT:Mlibressl*} >+IGNORE= libressl not supported (OBJ_obj2nid) >+.endif >+ >+.include <bsd.port.post.mk>
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 212610
:
174688
|
175019
|
175020
Working