FreeBSD Bugzilla – Attachment 156479 Details for
Bug 200035
security/mdcrack: fix build with clang, strip binary
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
mdcrack.patch (text/plain), 703 bytes, created by
Dmitry Marakasov
on 2015-05-07 20:06:34 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2015-05-07 20:06:34 UTC
Size:
703 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 385635) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= mdcrack > PORTVERSION= 1.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= security > MASTER_SITES= http://membres.lycos.fr/mdcrack/download/ > >@@ -13,4 +13,16 @@ > ALL_TARGET= little > PLIST_FILES= bin/mdcrack > >-.include <bsd.port.mk> >+USES= compiler:features >+ >+.include <bsd.port.pre.mk> >+ >+.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 36 >+post-patch: >+ @${REINPLACE_CMD} -e 's|-fforce-addr||' ${WRKSRC}/Makefile >+.endif >+ >+post-install: >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} >+ >+.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 200035
: 156479