mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 14:21:08 +01:00
4bf5485791
While here correctly link libucl to libm and register the dependency on libm for static building
12 lines
250 B
PkgConfig
12 lines
250 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: LibUCL
|
|
Description: Universal configuration library
|
|
Version: @UCL_VERSION@
|
|
Libs: -L${libdir} -lucl
|
|
Libs.private: @LIBS_EXTRA@ @LUA_LIB@
|
|
Cflags: -I${includedir}/
|