[
https://issues.apache.org/jira/browse/TS-2875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14017893#comment-14017893
]
ASF subversion and git services commented on TS-2875:
-----------------------------------------------------
Commit 54db32b2daa110403cade8c526606b9b90a62cff in trafficserver's branch
refs/heads/master from [~zwoop]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=54db32b ]
TS-2875 Change hwloc library env variables from hwloc_ to HWLOC_
> Change hwloc library environment variables from hwloc_ to HWLOC_
> ----------------------------------------------------------------
>
> Key: TS-2875
> URL: https://issues.apache.org/jira/browse/TS-2875
> Project: Traffic Server
> Issue Type: Improvement
> Components: Build
> Reporter: Leif Hedstrom
> Fix For: 5.0.0
>
>
> This follow normal standards, and how we do things for other similar
> dependencies. E.g.
> {code}
> CURL_CONFIG config script used for curl
> CURL_CFLAGS CFLAGS used for curl
> CURL_LIBS LIBS used for curl
> PKG_CONFIG path to pkg-config utility
> PKG_CONFIG_PATH
> directories to add to pkg-config's search path
> PKG_CONFIG_LIBDIR
> path overriding pkg-config's built-in search path
> HWLOC_CFLAGS
> C compiler flags for HWLOC, overriding pkg-config
> HWLOC_LIBS linker flags for HWLOC, overriding pkg-config
> SPDYLAY_CFLAGS
> C compiler flags for SPDYLAY, overriding pkg-config
> SPDYLAY_LIBS
> linker flags for SPDYLAY, overriding pkg-config
> {code}
> (before this change the HWLOC prefix was hwloc_, lowercase).
--
This message was sent by Atlassian JIRA
(v6.2#6252)