I can confirm this as well, and specifying "PKGCONFIGDIR=/usr/lib/pkgconfig" fixes the problem.
On Tue, May 5, 2020 at 3:26 PM Ryan Marsaw via lfs-dev < [email protected]> wrote: > 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
-- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
