diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-06-04 11:25:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-06-04 11:25:53 +0000 |
commit | 91142205534e135a29ceb3992708bf2ca3219021 (patch) | |
tree | 16e69db35c7fdf48ea76876109b0b38845361209 /package/libpcap/patches/100-shared-lib.patch | |
parent | d5b15895ef66b9a664afa72d88507060e1f0a270 (diff) | |
download | mtk-20170518-91142205534e135a29ceb3992708bf2ca3219021.zip mtk-20170518-91142205534e135a29ceb3992708bf2ca3219021.tar.gz mtk-20170518-91142205534e135a29ceb3992708bf2ca3219021.tar.bz2 |
refresh all package patches in the buildroot using quilt
SVN-Revision: 7490
Diffstat (limited to 'package/libpcap/patches/100-shared-lib.patch')
-rw-r--r-- | package/libpcap/patches/100-shared-lib.patch | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/libpcap/patches/100-shared-lib.patch b/package/libpcap/patches/100-shared-lib.patch index 54cc774..2ca9f51 100644 --- a/package/libpcap/patches/100-shared-lib.patch +++ b/package/libpcap/patches/100-shared-lib.patch @@ -1,6 +1,7 @@ -diff -urN libpcap-0.9.4.orig/Makefile.in libpcap-0.9.4/Makefile.in ---- libpcap-0.9.4.orig/Makefile.in 2003-12-15 02:35:03.000000000 +0100 -+++ libpcap-0.9.4/Makefile.in 2006-02-05 16:56:18.000000000 +0100 +Index: libpcap-0.9.4/Makefile.in +=================================================================== +--- libpcap-0.9.4.orig/Makefile.in 2007-06-04 13:22:03.547316008 +0200 ++++ libpcap-0.9.4/Makefile.in 2007-06-04 13:22:03.614305824 +0200 @@ -37,6 +37,15 @@ srcdir = @srcdir@ VPATH = @srcdir@ |