aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libpcap/patches/103-makefile_flex_workaround.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke.mehrtens@intel.com>2020-03-20 19:07:31 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2020-03-29 18:50:46 +0200
commit96ee7c8bfddd5a7fb34281aeffb88ed56c1d7b68 (patch)
tree129681fdc2d0179b81db11f289cfc8a36f2d7fac /package/libs/libpcap/patches/103-makefile_flex_workaround.patch
parent96092a8eeadde1b868fb9b3345b361ed4e70c84d (diff)
downloadupstream-96ee7c8bfddd5a7fb34281aeffb88ed56c1d7b68.tar.gz
upstream-96ee7c8bfddd5a7fb34281aeffb88ed56c1d7b68.tar.bz2
upstream-96ee7c8bfddd5a7fb34281aeffb88ed56c1d7b68.zip
libpcap: Update shared-lib patch from Debian to fix linking problems
This updates the shared-lib patch to the recent version from debian found here: https://salsa.debian.org/rfrancoise/libpcap/-/blob/debian/1.9.1-2/debian/patches/shared-lib.diff This patch makes it include missing/strlcpy.o to the shared library which is needed for OpenWrt glibc builds, otherwise there is an undefined symbol and tcpdump and other builds are failing. Fixes: 44f11353de04 ("libpcap: update to 1.9.1") Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
Diffstat (limited to 'package/libs/libpcap/patches/103-makefile_flex_workaround.patch')
-rw-r--r--package/libs/libpcap/patches/103-makefile_flex_workaround.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/libpcap/patches/103-makefile_flex_workaround.patch b/package/libs/libpcap/patches/103-makefile_flex_workaround.patch
index 93e07c69c2..e6597ae12f 100644
--- a/package/libs/libpcap/patches/103-makefile_flex_workaround.patch
+++ b/package/libs/libpcap/patches/103-makefile_flex_workaround.patch
@@ -3,7 +3,7 @@
--- a/Makefile.in
+++ b/Makefile.in
-@@ -59,7 +59,7 @@ MKDEP = @MKDEP@
+@@ -60,7 +60,7 @@ MKDEP = @MKDEP@
CCOPT = @V_CCOPT@
SHLIB_CCOPT = @V_SHLIB_CCOPT@
INCLS = -I. @V_INCLS@