GitHub user jrushf1239k opened a pull request: https://github.com/apache/trafficserver/pull/494
TS4095: fix the plugins/experimental/Makefile.am for webp_transform plugin. Could not build the master branch this morning as there were build errors with the webp_transform plugin. $ autoreconf -vif $ ./configure --prefix=/opt/trafficserver --with-user=ats --with-group=ats --enable-experimental-plugins $ make make[3]: Entering directory `/home/jrushf1239k/trafficserver/plugins/experimental/webp_transform' make[3]: *** No rule to make target `all'. Stop. make[3]: Leaving directory `/home/jrushf1239k/trafficserver/plugins/experimental/webp_transform' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/jrushf1239k/trafficserver/plugins/experimental' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/jrushf1239k/trafficserver/plugins' make: *** [all-recursive] Error 1 You can merge this pull request into a Git repository by running: $ git pull https://github.com/jrushf1239k/trafficserver ts4095 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/494.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 #494 ---- commit 89fea2a9c987b94899aa6465f88a36204a5fd59a Author: John J. Rushford <john_rushf...@cable.comcast.com> Date: 2016-02-22T17:36:17Z fix the plugins/experimental/Makefile.am for webp_transform plugin. ---- --- 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. ---