FreeBSD Bugzilla – Attachment 183422 Details for
Bug 219937
security/hashcat: build fails if libiconv port installed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] try to force including base iconv.h in case /usr/local/include/iconv.h exists
pr-219937-iconv.diff (text/plain), 453 bytes, created by
John Hein
on 2017-06-12 11:51:59 UTC
(
hide
)
Description:
[patch] try to force including base iconv.h in case /usr/local/include/iconv.h exists
Filename:
MIME Type:
Creator:
John Hein
Created:
2017-06-12 11:51:59 UTC
Size:
453 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 443412) >+++ Makefile (working copy) >@@ -26,7 +26,7 @@ > MAKE_ARGS= SHARED=1 \ > CC="${CC}" \ > LFLAGS_NATIVE="${LDFLAGS} -lpthread" \ >- CFLAGS_NATIVE="${CFLAGS} -Iinclude -IOpenCL -Iinclude/lzma_sdk" >+ CFLAGS_NATIVE="-isystem /usr/include ${CFLAGS} -Iinclude -IOpenCL -Iinclude/lzma_sdk" > > pre-install: > ${STRIP_CMD} ${WRKSRC}/libhashcat.so
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 219937
:
183422
|
183427
Working