From d732b2bbc1920fd6eddc39e4abe8fcd7e0ca4683 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 31 Dec 2020 23:44:08 +0100 Subject: [PATCH 1/1] pppd/Makefile.linux: do not check for bpf header presence on the host (#201) This makes builds non-deterministic, and doesn't work when building in sysroot environments (such as yocto). Signed-off-by: Alexander Kanavin --- pppd/Makefile.linux | 2 -- 1 file changed, 2 deletions(-) diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index a6348eb..15fb8da 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -207,11 +207,9 @@ LIBS += -ldl endif ifdef FILTER -ifneq ($(wildcard /usr/include/pcap-bpf.h),) LIBS += -lpcap CFLAGS += -DPPP_FILTER endif -endif ifdef HAVE_INET6 PPPDSRCS += ipv6cp.c eui64.c -- 2.39.2