FreeBSD Bugzilla – Attachment 175836 Details for
Bug 213547
Mk/Scripts/qa.sh - hard-coded LD_LIBRARY_PATH causes false positives
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch] remove hard-coded lib path for stage-qa
patch-rm-hardcoded-libpath.diff (text/plain), 608 bytes, created by
John Hein
on 2016-10-16 20:06:50 UTC
(
hide
)
Description:
[patch] remove hard-coded lib path for stage-qa
Filename:
MIME Type:
Creator:
John Hein
Created:
2016-10-16 20:06:50 UTC
Size:
608 bytes
patch
obsolete
>Stop adding hard-coded /usr/local/lib to front of lib path below. >It causes problems when the same lib is installed from both ports and base >even when built with rpath. > >Index: ../../Mk/Scripts/qa.sh >=================================================================== >--- ../../Mk/Scripts/qa.sh (revision 423956) >+++ ../../Mk/Scripts/qa.sh (working copy) >@@ -657,8 +657,8 @@ > rc=1 > fi > already="${already} ${dep_file}" > done <<-EOT >- $(LD_LIBRARY_PATH=${LOCALBASE}/lib ldd -a "${STAGEDIR}${file}" | \ >+ $(ldd -a "${STAGEDIR}${file}" | \ > awk '\ > BEGIN {section=0}\ > /^\// {section++}\
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
Flags:
jcfyecrayz
:
maintainer-approval?
(
portmgr
)
Actions:
View
Attachments on
bug 213547
: 175836