Repository: trafficserver Updated Branches: refs/heads/master b17ef34cb -> 4036ff958
Fix building of cppapi Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/4036ff95 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/4036ff95 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/4036ff95 Branch: refs/heads/master Commit: 4036ff95827d3eacfc230069a2d06a0dcd348c06 Parents: b17ef34 Author: Leif Hedstrom <[email protected]> Authored: Wed Mar 12 18:16:40 2014 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Wed Mar 12 18:16:40 2014 -0600 ---------------------------------------------------------------------- CHANGES | 15 +++++++++------ lib/atscppapi/examples/intercept/Makefile.am | 4 ++-- 2 files changed, 11 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4036ff95/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index cbc208a..0ff0580 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ -*- coding: utf-8 -*- Changes with Apache Traffic Server 5.0.0 - *) [TS-2631] Header_rewrite should support changing destination in non-remap case. + + *) [TS-2631] Header_rewrite should support changing destination in non-remap + case. *) [TS-2623] Remove the limit on the number of cachurl regular expressions. @@ -8,18 +10,19 @@ Changes with Apache Traffic Server 5.0.0 *) [TS-2627] Reduce management socket code duplication. - *) [TS-2625] trafficserver.in doesn't use TS_BASE + *) [TS-2625] trafficserver.in doesn't use TS_BASE. - *) [TS-2624] Make thread affinity more robust + *) [TS-2624] Make thread affinity more robust. *) [TS-2620] Make the stats_over_http plugin publish node and plugin stats. - *) [TS-2614] Response to invalid Content-Length for POST should be a 400 error - Author: Ron Barber <[email protected]> + *) [TS-2614] Response to invalid Content-Length for POST should be a 400 + error. Author: Ron Barber <[email protected]> *) [TS-2615] Better logging and error handling in SSL client session startup. - *) [TS-2613] Can't turn on attach server session to client from records.config + *) [TS-2613] Can't turn on attach server session to client from + records.config. *) [TS-2611] Add a new S3 authentication plugin, s3_auth. This only supports the v2 features of the S3 API. http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4036ff95/lib/atscppapi/examples/intercept/Makefile.am ---------------------------------------------------------------------- diff --git a/lib/atscppapi/examples/intercept/Makefile.am b/lib/atscppapi/examples/intercept/Makefile.am index ef39f1d..d200fd6 100644 --- a/lib/atscppapi/examples/intercept/Makefile.am +++ b/lib/atscppapi/examples/intercept/Makefile.am @@ -14,13 +14,13 @@ # # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # # limitations under the License. -AM_CPPFLAGS = -I$(top_srcdir)/src/include +AM_CPPFLAGS = -I$(top_srcdir)/lib/atscppapi/src/include -Wno-unused-variable target=intercept.so pkglibdir = ${pkglibexecdir} pkglib_LTLIBRARIES = intercept.la intercept_la_SOURCES = intercept.cc -intercept_la_LDFLAGS = -module -avoid-version -shared -L$(top_srcdir) -latscppapi +intercept_la_LDFLAGS = -module -avoid-version -shared -L$(top_srcdir)/lib/atscppapi/src/ -latscppapi all: ln -sf .libs/$(target)
