Hello all. Even though Libcap 2.34 has not yet been updated in the LFS book, this is just a heads up:
Libcap 2.34 installs the pkgconfig directory under /lib (and not /usr/lib as in previous versions). I diffed the top-level Make.Rules file from both libcap 2.33 and 2.34 and noticed this: [...] < PKGCONFIGDIR=$(prefix)/$(lib)/pkgconfig ---
PKGCONFIGDIR=$(LIBDIR)/pkgconfig
[...] It looks like the line that installs the package will need to be adjusted: make lib=lib PKGCONFIGDIR=/usr/lib/pkgconfig install Cheers, --Ryan -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
