FreeBSD Bugzilla – Attachment 177943 Details for
Bug 215277
security/nacl - cannot compile sample program
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix REINPLACE_CMD, add LICENSE
nacl.diff.txt (text/plain), 824 bytes, created by
Pietro Cerutti
on 2016-12-13 14:51:15 UTC
(
hide
)
Description:
Fix REINPLACE_CMD, add LICENSE
Filename:
MIME Type:
Creator:
Pietro Cerutti
Created:
2016-12-13 14:51:15 UTC
Size:
824 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 426566) >+++ Makefile (working copy) >@@ -10,6 +10,8 @@ > MAINTAINER= johans@FreeBSD.org > COMMENT= High speed cryptography library > >+LICENSE= PD >+ > USES= tar:bzip2 > ALL_TARGET= do > USE_BINUTILS= yes >@@ -21,9 +23,9 @@ > MYARCH= ${ARCH:S/i386/x86/} > > post-patch: >- @${REINPLACE_CMD} -i -e "s|$$| -fPIC|" ${WRKSRC}/okcompilers/c >- @${REINPLACE_CMD} -i -e "s|gcc|${CC}|" ${WRKSRC}/okcompilers/c >- @${REINPLACE_CMD} -i -e "s|c++|${CXX}|" ${WRKSRC}/okcompilers/cpp >+ @${REINPLACE_CMD} -e "s|$$| -fPIC|" ${WRKSRC}/okcompilers/c >+ @${REINPLACE_CMD} -e "s|gcc|${CC}|" ${WRKSRC}/okcompilers/c >+ @${REINPLACE_CMD} -e "s|g++|${CXX}|" ${WRKSRC}/okcompilers/cpp > > pre-build: > ${RM} -r ${WRKSRC}/crypto_onetimeauth/poly1305/amd64
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
Flags:
gahr
:
maintainer-approval?
(
johans
)
Actions:
View
|
Diff
Attachments on
bug 215277
: 177943