mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
The NET_LIBS configuration variable was not being exapanded in the pkgpconfig template file. This caused static builds against hamlib to fail on Windows because the WinSock library was not referenced.
13 lines
379 B
PkgConfig
13 lines
379 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
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@
|