Luca Rea created TS-3215:
----------------------------
Summary: header_rewrite plugin is not compiled with other stable
plugins
Key: TS-3215
URL: https://issues.apache.org/jira/browse/TS-3215
Project: Traffic Server
Issue Type: Bug
Components: Plugins
Reporter: Luca Rea
header rewrite is not compiled with other stable plugins and make command
doesn't do nothing:
{code}
[root@traffic1 header_rewrite]# make
make: Nothing to be done for `all'.
[root@traffic1 header_rewrite]# pwd
/home/lrea/trafficserver/plugins/header_rewrite
[root@traffic1 header_rewrite]# make clean
rm -rf .libs _libs
test -z "" || rm -f
rm -f *.o
rm -f *.lo
[root@traffic1 header_rewrite]# make
make: Nothing to be done for `all'.
[root@traffic1 header_rewrite]#
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)