ecdcf55173
Allows static builds to correctly inherit the pthread dependency when used with pkg-config --static --libs libsodium AC_SUBST doesn't require explicit values Regen autoconf Fixes #800
13 lines
275 B
PkgConfig
13 lines
275 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: @PACKAGE_NAME@
|
|
Version: @PACKAGE_VERSION@
|
|
Description: A modern and easy-to-use crypto library
|
|
|
|
Libs: -L${libdir} -lsodium
|
|
Libs.private: @PKGCONFIG_LIBS_PRIVATE@
|
|
Cflags: -I${includedir}
|