Yah I missed a check in configure.ac, committing a fix now.

On Tue, Sep 9, 2014 at 3:01 PM, James Peach <[email protected]> wrote:

> This breaks the build for every system that doesn't have mysql development
> headers installed
>
>
> On Sep 9, 2014, at 2:31 PM, [email protected] wrote:
>
> > Repository: trafficserver
> > Updated Branches:
> >  refs/heads/master 3b68602ff -> ef6eed1cb
> >
> >
> > [TS-3069] Add mysql_remap to autoconf
> >
> >
> > Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
> > Commit:
> http://git-wip-us.apache.org/repos/asf/trafficserver/commit/ae60ad7a
> > Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/ae60ad7a
> > Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/ae60ad7a
> >
> > Branch: refs/heads/master
> > Commit: ae60ad7a7ecb487b9c5699a0446acd9c0bc19a44
> > Parents: 3b68602
> > Author: Brian Geffon <[email protected]>
> > Authored: Tue Sep 9 14:30:35 2014 -0700
> > Committer: Brian Geffon <[email protected]>
> > Committed: Tue Sep 9 14:30:35 2014 -0700
> >
> > ----------------------------------------------------------------------
> > configure.ac                                 |  1 +
> > plugins/experimental/Makefile.am             |  1 +
> > plugins/experimental/mysql_remap/Makefile.am | 21 +++++++++++++++++++++
> > 3 files changed, 23 insertions(+)
> > ----------------------------------------------------------------------
> >
> >
> >
> http://git-wip-us.apache.org/repos/asf/trafficserver/blob/ae60ad7a/configure.ac
> > ----------------------------------------------------------------------
> > diff --git a/configure.ac b/configure.ac
> > index 4f9ad08..9ce7718 100644
> > --- a/configure.ac
> > +++ b/configure.ac
> > @@ -1943,6 +1943,7 @@ AS_IF([test "x$enable_experimental_plugins" =
> xyes], [
> >     plugins/experimental/healthchecks/Makefile
> >     plugins/experimental/hipes/Makefile
> >     plugins/experimental/metalink/Makefile
> > +    plugins/experimental/mysql_remap/Makefile
> >     plugins/experimental/regex_revalidate/Makefile
> >     plugins/experimental/remap_stats/Makefile
> >     plugins/experimental/s3_auth/Makefile
> >
> >
> http://git-wip-us.apache.org/repos/asf/trafficserver/blob/ae60ad7a/plugins/experimental/Makefile.am
> > ----------------------------------------------------------------------
> > diff --git a/plugins/experimental/Makefile.am
> b/plugins/experimental/Makefile.am
> > index 57fec8c..661e80d 100644
> > --- a/plugins/experimental/Makefile.am
> > +++ b/plugins/experimental/Makefile.am
> > @@ -22,6 +22,7 @@ SUBDIRS = \
> >  channel_stats \
> >  collapsed_connection \
> >  custom_redirect \
> > + mysql_remap \
> >  epic \
> >  escalate \
> >  esi \
> >
> >
> http://git-wip-us.apache.org/repos/asf/trafficserver/blob/ae60ad7a/plugins/experimental/mysql_remap/Makefile.am
> > ----------------------------------------------------------------------
> > diff --git a/plugins/experimental/mysql_remap/Makefile.am
> b/plugins/experimental/mysql_remap/Makefile.am
> > new file mode 100644
> > index 0000000..d4cdfd5
> > --- /dev/null
> > +++ b/plugins/experimental/mysql_remap/Makefile.am
> > @@ -0,0 +1,21 @@
> > +#  Licensed to the Apache Software Foundation (ASF) under one
> > +#  or more contributor license agreements.  See the NOTICE file
> > +#  distributed with this work for additional information
> > +#  regarding copyright ownership.  The ASF licenses this file
> > +#  to you under the Apache License, Version 2.0 (the
> > +#  "License"); you may not use this file except in compliance
> > +#  with the License.  You may obtain a copy of the License at
> > +#
> > +#      http://www.apache.org/licenses/LICENSE-2.0
> > +#
> > +#  Unless required by applicable law or agreed to in writing, software
> > +#  distributed under the License is distributed on an "AS IS" BASIS,
> > +#  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.
> > +
> > +include $(top_srcdir)/build/plugins.mk
> > +
> > +pkglib_LTLIBRARIES = mysql_remap.la
> > +mysql_remap_la_SOURCES = mysql_remap.cc
> > +mysql_remap_la_LDFLAGS = $(TS_PLUGIN_LDFLAGS)
> >
>
>

Reply via email to