Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.