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)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Thu, 21 Jul 2016 15:57:17 +0000 (17:57 +0200)
commitb82c8ddf8c15e91d6eecfd6d237606a4ce1f756f
tree40ccd83e8a0be7958485a0fd51d1f92a3eff1faf
parentc7a5bb5a7ee730e6696b36114e0ce004bf74c842
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