mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
52c3e46637
this allows for redict to use the same include paths for both system and vendored hiredict, allowing use of system hiredict without patches. Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
13 lines
379 B
PkgConfig
13 lines
379 B
PkgConfig
prefix=@PREFIX@
|
|
install_libdir=@LIBDIR@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/${install_libdir}
|
|
includedir=${prefix}/include
|
|
pkgincludedir=${includedir}/hiredis
|
|
|
|
Name: hiredis
|
|
Description: Minimalistic C client library for Redict, compatibility shim.
|
|
Version: @PROJECT_VERSION@
|
|
Libs: -L${libdir} -lhiredict
|
|
Cflags: -I${pkgincludedir} -I${includedir} -D_FILE_OFFSET_BITS=64
|