mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 08:43:23 +00:00
6f9cba8f8b
Local changes: - In contrib/libpcap/pcap/bpf.h, do not include pcap/dlt.h. Our system net/dlt.h is pulled in from net/bpf.h. - sys/net/dlt.h: Incorporate changes from libpcap 1.10.3. - lib/libpcap/Makefile: Update for libpcap 1.10.3. Changelog: https://git.tcpdump.org/libpcap/blob/95691ebe7564afa3faa5c6ba0dbd17e351be455a:/CHANGES Reviewed by: emaste Obtained from: https://www.tcpdump.org/release/libpcap-1.10.3.tar.gz Sponsored by: The FreeBSD Foundation
20 lines
537 B
PkgConfig
20 lines
537 B
PkgConfig
#
|
|
# 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}
|