English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Contents of /branches/freewrt_1_0/package/ppp/patches/300-filter-pcap-includes-lib.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 744 - (show annotations) (download)
Thu Sep 28 10:42:55 2006 UTC (7 years, 4 months ago) by wbx
File size: 460 byte(s)
create stable branch, feature freeze, please send svn diff patches to wbx
1 diff -urN ppp-2.4.3.orig/pppd/Makefile.linux ppp-2.4.3/pppd/Makefile.linux
2 --- ppp-2.4.3.orig/pppd/Makefile.linux 2006-02-05 20:13:06.000000000 +0100
3 +++ ppp-2.4.3/pppd/Makefile.linux 2006-02-05 20:24:22.000000000 +0100
4 @@ -172,8 +172,8 @@
5
6 ifdef FILTER
7 ifneq ($(wildcard /usr/include/pcap-bpf.h),)
8 -LIBS += -lpcap
9 -CFLAGS += -DPPP_FILTER
10 +LIBS += -lpcap -L$(STAGING_DIR)/usr/lib
11 +CFLAGS += -DPPP_FILTER -I$(STAGING_DIR)/usr/include
12 endif
13 endif
14

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20