FreeBSD Bugzilla – Attachment 204456 Details for
Bug 237972
Mk/Uses/ssl.mk: "options helpers are incorrectly set" for OPENSSL_LDFLAGS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch] fix developer sanity check when USES=ssl
pr-sslmk-optionhelpers-fix.diff (text/plain), 546 bytes, created by
John Hein
on 2019-05-18 18:25:11 UTC
(
hide
)
Description:
[patch] fix developer sanity check when USES=ssl
Filename:
MIME Type:
Creator:
John Hein
Created:
2019-05-18 18:25:11 UTC
Size:
546 bytes
patch
obsolete
>Fix this issue from check-sanity: > >The following options helpers are incorrectly set after bsd.port.options.mk >and are ineffective: OPENSSL_LDFLAGS > >Index: Mk/Uses/ssl.mk >=================================================================== >--- Mk/Uses/ssl.mk (revision 500477) >+++ Mk/Uses/ssl.mk (working copy) >@@ -121,7 +121,7 @@ > CFLAGS+= -Wl,-rpath,${OPENSSLRPATH} > . endif > MAKE_ENV+= OPENSSLRPATH=${OPENSSLRPATH} >-OPENSSL_LDFLAGS+= -Wl,-rpath,${OPENSSLRPATH} >+LDFLAGS+= -Wl,-rpath,${OPENSSLRPATH} > .endif > > LDFLAGS+= ${OPENSSL_LDFLAGS}
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 Raw
Actions:
View
Attachments on
bug 237972
: 204456