[GitHub] trafficserver pull request #1392: TS-2095: TS_HAS_LIBZ and TS_HAS_LZMA are a...

2017-02-07 Thread jablko
Github user jablko closed the pull request at:

https://github.com/apache/trafficserver/pull/1392


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver pull request #1392: TS-2095: TS_HAS_LIBZ and TS_HAS_LZMA are a...

2017-01-29 Thread jablko
GitHub user jablko opened a pull request:

https://github.com/apache/trafficserver/pull/1392

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.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jablko/trafficserver headers

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/trafficserver/pull/1392.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 #1392


commit 4f8856945678c240b5005fe0e41dcc9d26a8a3e9
Author: Jack Bates 
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.




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---