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)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 29 Mar 2020 16:50:46 +0000 (18:50 +0200)
commit96ee7c8bfddd5a7fb34281aeffb88ed56c1d7b68
tree129681fdc2d0179b81db11f289cfc8a36f2d7fac
parent96092a8eeadde1b868fb9b3345b361ed4e70c84d
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