GitHub user jhindin opened a pull request: https://github.com/apache/trafficserver/pull/448
tsxs accepts .lo files as argument for linking It would be quite useful for tsxs utility to accept .lo files while linking the plugin: it would enable writing makefile that first compile changed files and then link all object files into a plugin. The suggested patch modifies tsxs.in file accordingly. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jhindin/trafficserver tsxs.fix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/448.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 #448 ---- commit c32288de70686437de71f2c12c34afc38e68c088 Author: Joseph Hindin <hin...@nkloom.com> Date: 2016-01-31T14:55:57Z tsxs accepts .lo files as argument for linking ---- --- 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. ---