/
githubmirror
/
libpcap
Обзор
Документация
Войти
/
githubmirror
/
libpcap
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
libpcap.pc.in
19 строк
537 B
Guy Harris
autoconf, cmake: fix generated pcap-config and libpcap.pc.
28 сен 2022, 07:17
28 сен 2022, 07:17
6493919
Код
Авторство
О чём код?
# # pkg-config file for libpcap. # # These variables come from the configure script, so includedir and # libdir may be defined in terms of prefix and exec_prefix, so the # latter must be defined as well. # prefix="@prefix@" exec_prefix="@exec_prefix@" includedir="@includedir@" libdir="@libdir@" Name: libpcap Description: Platform-independent network traffic capture library Version: @PACKAGE_VERSION@ Requires.private: @REQUIRES_PRIVATE@ Libs: -L${libdir} @RPATH@ -l@PACKAGE_NAME@ Libs.private: @LIBS_PRIVATE@ Cflags: -I${includedir}