diff options
author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2021-11-19 10:02:21 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-11-19 14:40:06 (GMT) |
commit | dd9584b352169f8050bd3b64caf3470b81ffafc9 (patch) | |
tree | 41cbb5b4c274732d19011a25d0664c7b3c06c903 /Tests/FindEXPAT | |
parent | 7d1cb6496e5fbe5ed9668e95141ade3514b52c93 (diff) | |
download | CMake-dd9584b352169f8050bd3b64caf3470b81ffafc9.zip CMake-dd9584b352169f8050bd3b64caf3470b81ffafc9.tar.gz CMake-dd9584b352169f8050bd3b64caf3470b81ffafc9.tar.bz2 |
GNUInstallDirs: Apply Debian multiarch LIBDIR to more prefixes
On typical Debian amd64 system (bullseye), multiarch is setup as:
```
% cat /etc/ld.so.conf.d/x86_64-linux-gnu.conf
/usr/local/lib/x86_64-linux-gnu
/lib/x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu
```
Where:
```
% apt-cache policy libc6:amd64
libc6:
Installed: 2.31-13+deb11u2
Candidate: 2.31-13+deb11u2
Version table:
*** 2.31-13+deb11u2 500
500 http://deb.debian.org/debian bullseye/main amd64 Packages
100 /var/lib/dpkg/status
```
Update GNUInstallDirs to support all three cases `/`, `/usr/` and
`/usr/local/`.
Fixes: #19698
Diffstat (limited to 'Tests/FindEXPAT')
0 files changed, 0 insertions, 0 deletions