Files
radaree2/sys
Ole André Vadla Ravnås 9b5547cc64 Install to lib64 on Fedora/RHEL/SUSE ##build
On distros where 64-bit libraries live in lib64 (Fedora, RHEL, SUSE,
etc.), running ./sys/install.sh would place libr_*.so in /usr/local/lib
and the .pc files in /usr/local/lib/pkgconfig, neither of which is on
the default library or pkg-config search path. Detect this case the
same way RPM-based distros do — via `cc -print-multi-os-directory` —
and pass --libdir=${PREFIX}/lib64 to configure when appropriate.
2026-04-08 13:12:25 +02:00
..