Rhys Ulerich created LOGCXX-424: ----------------------------------- Summary: liblog4cxx.pc.in should reflect dependency on apr-1, apr-1-util Key: LOGCXX-424 URL: https://issues.apache.org/jira/browse/LOGCXX-424 Project: Log4cxx Issue Type: Bug Components: Build Reporter: Rhys Ulerich Assignee: Rhys Ulerich Priority: Minor
As described at http://people.freedesktop.org/~dbn/pkg-config-guide.html, the pkg-config Requires.private mechanism would let our installed liblog4cxx.pc files reflect that applications must additionally link APR and APR-Util. Currently, applications must specify such these requirements manually: "liblog4cxx apr-1 apr-util-1". While not likely to change anytime soon, it'd be nice to have pkg-config --cflags liblog4cxx pkg-config --libs liblog4cxx work out of the box. -- This message was sent by Atlassian JIRA (v6.1.5#6160)