mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
Hi, on 64 bit distros with /usr/lib64 (e.g Fedora) the hardcoded libdir in pcconfig is wrong. The attached patch tries to fix it. It also applies to 3.1 73! Jaroslav, OK2JRQ Expand variable substituion for hamlib.pc Further testing showed that 'exec_prefix' and 'includedir' would benefit from variable substitution by the configure script. - N0NB
13 lines
368 B
PkgConfig
13 lines
368 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: @PACKAGE_NAME@
|
|
Description: Library to control radio and rotator equipment.
|
|
URL: @PACKAGE_URL@
|
|
Version: @PACKAGE_VERSION@
|
|
Requires.private: @LIBUSB@
|
|
Cflags: -I${includedir} @PTHREAD_CFLAGS@
|
|
Libs: -L${libdir} -lhamlib
|
|
Libs.private: @MATH_LIBS@ @DL_LIBS@ @NET_LIBS@ @PTHREAD_LIBS@
|