Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/324#issuecomment-154492445 I think that if you just pass ```-R/path/to/foo``` to ```TS_ADDTO()``` it will do the right thing. I like the addition of the RPATH option. You don't need to ```AC_SUBST(RPATH)``` since ```RPATH``` is never present in and generated files. Here's how I think this should work: - Rename ```TS_ADD_RPATH_TO``` to ```TS_ADDTO_RPATH``` - ```TS_ADDTO_RPATH``` should start with ```$RPATH``` then append paths - The argument to ```TS_ADDTO_RPATH``` should be a path, so that the macro can still uniquify
--- 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. ---