GitHub user sholsapp opened a pull request:

    https://github.com/apache/trafficserver/pull/114

    Fix mysql remap's build files

    The current build files produce a binary that has undefined symbols
    (relating to the modules in lib/). To include these symbols, need to use
    the `-no-undefined` flag.
    
    Other structural changes make mysql remap look like other modules that
    use a lib directory.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sholsapp/trafficserver master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/114.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 #114
    
----
commit 09ef3a3fd710cf9993efba729c7f7ae8095f3799
Author: Stephen Holsapple <[email protected]>
Date:   2014-09-15T21:33:30Z

    Fix mysql remap's build files
    
    The current build files produce a binary that has undefined symbols
    (relating to the modules in lib/). To include these symbols, need to use
    the `-no-undefined` flag.
    
    Other structural changes make mysql remap look like other modules that
    use a lib directory.

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to