[package] ppp: annotate most patches with description and S-o-b
[openwrt/svn-archive/archive.git] / package / ppp / patches / 300-filter-pcap-includes-lib.patch
index dc6b2d3f43e6b3ce77c3a5c61fc8c4676bc59c2a..d8dcc64c8b9367f746235eabcd347887c9402c64 100644 (file)
@@ -1,7 +1,13 @@
-diff -Naur ppp-2.4.4.orig/pppd/Makefile.linux ppp-2.4.4/pppd/Makefile.linux
---- ppp-2.4.4.orig/pppd/Makefile.linux 2009-05-07 22:25:24.000000000 -0400
-+++ ppp-2.4.4/pppd/Makefile.linux      2009-05-07 22:28:44.000000000 -0400
-@@ -170,8 +170,8 @@
+build: Add required CFLAGS for libpcap
+
+This patch adds some flags to required to properly link libpcap within the
+OpenWrt environment.
+
+Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
+
+--- a/pppd/Makefile.linux
++++ b/pppd/Makefile.linux
+@@ -170,8 +170,8 @@ endif
  
  ifdef FILTER
  ifneq ($(wildcard /usr/include/pcap-bpf.h),)