1 --- a/pppd/Makefile.linux
2 +++ b/pppd/Makefile.linux
3 @@ -170,8 +170,8 @@ endif
6 ifneq ($(wildcard /usr/include/pcap-bpf.h),)
8 -CFLAGS += -DPPP_FILTER
9 +LIBS += -lpcap -L$(STAGING_DIR)/usr/lib
10 +CFLAGS += -DPPP_FILTER -I$(STAGING_DIR)/usr/include