libpcap: Update shared-lib patch from Debian to fix linking problems
authorHauke Mehrtens <hauke.mehrtens@intel.com>
Fri, 20 Mar 2020 18:07:31 +0000 (19:07 +0100)
committerRISCi_ATOM <bob@bobcall.me>
Mon, 30 Mar 2020 04:43:02 +0000 (00:43 -0400)
commitc3c729e0425a97fadce1b16022e166aad60311cc
treedfee329d9429ddeb7d86afffa6b32bfb3d11d4c2
parent5a1ac3cb0fa07dc7b2ea5e8948d5d891351c9234
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>
package/libs/libpcap/Makefile
package/libs/libpcap/patches/100-debian_shared_lib.patch
package/libs/libpcap/patches/102-makefile_disable_manpages.patch
package/libs/libpcap/patches/103-makefile_flex_workaround.patch