Paul Menzel wrote:
Dear BLFS folks,
On 03/07/17 13:55, Paul Menzel wrote:
The instructions for Qt 5.8.0 [1] contain the part below.
Remove references to the build directory from the installed .pc files
by running the following command as the root user:
```
find $QT5PREFIX/lib/pkgconfig -name "*.pc" -exec perl -pi -e "s,
-L$PWD/?\S+,,g" {} \;
```
Looking through all the pkg-config files, only
`/usr/local/qt5/lib/pkgconfig/Qt5WebEngineCore.pc` contains a reference
the build path.
Despite being correct, I suggest to update the instructions to only
touch that one file.
I created issue 59342 [2] in the upstream bug tracker, so hopefully this
will also be fixed soon.
I just noticed, that I built Qt with the Qt WebEngine, which that file
belongs to, and therefore for the “recommended BLFSs configuration” all
pkg-config files seem to be good.
```
$ find /dev/shm/qt5/qt5-5.8.0-0/image -type f -name \*.pc -print0 \
| xargs -0 grep 'dev/shm'
$
```
I'll take a look at that when we next update qt5. Hopefully that fixup
will not be needed at all at that time.
-- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page