﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
2696	all pkg_config in /usr/lib/pkgconfig	Tobias Gasser	lfs-book@…	"the .pc files are split into /usr/lib/pkgconfig and /usr/share/pkgconfig (usually ${datadir}/pkgconfig)

going on with blfs some installations fail with missing packages as they can't find the .pc files. i fixed it by forcing ALL packages to put the .rc in the same path.

if PKG_CONFIG_PATH is set to /usr/lib/pkgconfig, most packages will install as expected.

the remaining are

udev:

sed -i \
 -e ""s@sharepkgconfigdir = \(.*\)@sharepkgconfigdir = ${PKG_CONFIG_PATH}@"" \
 Makefile

zlib:

sed -i \
 -e ""s@pkgconfigdir =\(.*\)@pkgconfigdir = ${PKG_CONFIG_PATH}@g"" \
 Makefile

"	task	closed	low	6.7	Book	SVN	trivial	wontfix	pkg_config	
