libpcap: fix dependency of install-shared-so make target
authorMatthias Schiffer <mschiffer@universe-factory.net>
Thu, 21 Jul 2016 15:45:26 +0000 (17:45 +0200)
committerZoltan HERPAI <wigyori@uid0.hu>
Thu, 7 Dec 2017 12:07:04 +0000 (13:07 +0100)
commite5fa97ab9dbce5bbc8d58f09b9a05f14ee1a1e54
treecd6bb36eef428401ea580f23b2e8283f2ac71ec7
parentaad40735b8ea20d0050ac85067c5edcb10387709
libpcap: fix dependency of install-shared-so make target

There seems to be a situation in which a rebuild of libpcap.so is triggered
in the install step of the libpcap Makefile. libpcap.so is the wrong
target, leading to the build failure reported in [1].

Fix the dependency of install-shared-so to $(SHAREDLIB) so the build can
succeed in this case.

[1] https://dev.openwrt.org/ticket/19894

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
package/libs/libpcap/patches/100-debian_shared_lib.patch