diff options
author | Hauke Mehrtens <hauke.mehrtens@intel.com> | 2020-03-20 19:07:31 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-03-29 18:50:46 +0200 |
commit | 96ee7c8bfddd5a7fb34281aeffb88ed56c1d7b68 (patch) | |
tree | 129681fdc2d0179b81db11f289cfc8a36f2d7fac /package/libs/libpcap/Makefile | |
parent | 96092a8eeadde1b868fb9b3345b361ed4e70c84d (diff) | |
download | upstream-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/Makefile')
-rw-r--r-- | package/libs/libpcap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/libpcap/Makefile b/package/libs/libpcap/Makefile index fae955a54d..a2c7352f65 100644 --- a/package/libs/libpcap/Makefile +++ b/package/libs/libpcap/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libpcap PKG_VERSION:=1.9.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.us.tcpdump.org/release/ \ |