Repository: trafficserver Updated Branches: refs/heads/ts-4160 4f1816933 -> b222439d5 (forced update)
tsxs accepts .lo files as argument for linking Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/c32288de Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/c32288de Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/c32288de Branch: refs/heads/ts-4160 Commit: c32288de70686437de71f2c12c34afc38e68c088 Parents: f8ce9e9 Author: Joseph Hindin <[email protected]> Authored: Sun Jan 31 16:55:57 2016 +0200 Committer: Joseph Hindin <[email protected]> Committed: Sun Jan 31 16:55:57 2016 +0200 ---------------------------------------------------------------------- tools/tsxs.in | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c32288de/tools/tsxs.in ---------------------------------------------------------------------- diff --git a/tools/tsxs.in b/tools/tsxs.in index d5de492..ad00acc 100755 --- a/tools/tsxs.in +++ b/tools/tsxs.in @@ -102,6 +102,10 @@ compile() { MY_CFLAGS="$CPPFLAGS $CXXFLAGS" MY_CC=$CXX ;; + lo) + OBJS="${OBJS} ${SRC}" + return + ;; *) bail "unrecognized input file: $SRC" ;;
