| 12345678910111213 |
- --- a/pppd/Makefile.linux
- +++ b/pppd/Makefile.linux
- @@ -170,8 +170,8 @@ endif
-
- ifdef FILTER
- ifneq ($(wildcard /usr/include/pcap-bpf.h),)
- -LIBS += -lpcap
- -CFLAGS += -DPPP_FILTER
- +LIBS += -lpcap -L$(STAGING_DIR)/usr/lib
- +CFLAGS += -DPPP_FILTER -I$(STAGING_DIR)/usr/include
- endif
- endif
-
|