GitHub user jablko opened a pull request:
https://github.com/apache/trafficserver/pull/1408
Prune some unused library dependencies
and add a script to check for unused dependencies going forward.
This PR depends on #1392 because otherwise the script fails --
traffic_server is linked with zlib and/or liblzma but never uses either. The
first commit belongs to that PR.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jablko/trafficserver unused
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/1408.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1408
----
commit c902e82c50eeff10bdeef976e4c48d02d59cda2c
Author: Jack Bates <[email protected]>
Date: 2017-01-27T19:06:17Z
TS-2095: TS_HAS_LIBZ and TS_HAS_LZMA are always false
Since replacing TS_FLAG_HEADERS, zlibh and lzmah are always false.
Just use HAVE_ZLIB_H and HAVE_LZMA_H directly.
commit ac4d50b873dcb863070c893b7e999b6350fd5c10
Author: Jack Bates <[email protected]>
Date: 2017-02-01T21:29:16Z
Prune some unused library dependencies
and add a script to check for unused dependencies going forward.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---