FreeBSD Bugzilla – Attachment 172553 Details for
Bug 210820
lang/python27: _ssl.so fails to build (Undefined symbol "SSLv2_method")
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
load Uses/ssl.mk before other USES
bsd.port.mk.diff (text/plain), 468 bytes, created by
Fukang Chen
on 2016-07-15 13:29:49 UTC
(
hide
)
Description:
load Uses/ssl.mk before other USES
Filename:
MIME Type:
Creator:
Fukang Chen
Created:
2016-07-15 13:29:49 UTC
Size:
468 bytes
patch
obsolete
>--- bsd.port.mk.orig 2016-07-13 10:10:00.129836000 +0000 >+++ bsd.port.mk 2016-07-13 15:28:59.982752000 +0000 >@@ -1452,7 +1452,15 @@ > ${_f}_ARGS:= ${f:C/^[^\:]*(\:|\$)//:S/,/ /g} > .endif > .endfor >-.for f in ${USES} >+_USES_PRE?= ssl >+_USES_LOAD:= ${USES} >+.for f in ${_USES_PRE} >+.if ${_USES_LOAD:M${f}} >+.include "${USESDIR}/${f:C/\:.*//}.mk" >+_USES_LOAD:=${_USES_LOAD:N${f}} >+.endif >+.endfor >+.for f in ${_USES_LOAD} > .include "${USESDIR}/${f:C/\:.*//}.mk" > .endfor >
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 210820
:
172103
| 172553 |
173310