Uploaded image for project: 'ActiveMQ C++ Client'
  1. ActiveMQ C++ Client
  2. AMQCPP-567

activemq-cpp.pc contains wrong package name for APR

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.9.0
    • CMS Impl
    • Homebrew, MacOS Yosemite

    Description

      On OSX, pkg-config --exists activemq-cpp returns the wrong value.
      That is because the activemq-cpp.pc file contains the line Requires.private: apr-1-config.
      APR's .pc file however is called apr-1 (minus the -config), which is why pkg-config thinks there's an unresolved dependency.

      AFAICS, the reason for this is that the sed script in m4/apr_tools.m4:83 does the wrong thing with Apples BSD sed, leaving the -config in, when it should throw it away.

      Attachments

        Activity

          People

            tabish Timothy A. Bish
            wherget Wolfgang Herget
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: