Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libpcap: fix dependency of install-shared-so make target | Matthias Schiffer | 2016-07-21 | 1 | -16/+20 |
| | | | | | | | | | | | | | 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> | ||||
* | libpcap: update to current upstream version 1.5.3 | Felix Fietkau | 2014-02-05 | 1 | -15/+15 |
| | | | | | | | | -size_of(old libpcap-1.3.0) = 85228 Byte -size_of(new libpcap-1.5.3) = 88587 Byte => ~3.3 KByte increase SVN-Revision: 39473 | ||||
* | libpcap: update to 1.3.0 | Felix Fietkau | 2013-04-01 | 1 | -67/+63 |
| | | | | | | | | | Disabled canusb by setting ac_cv_header_libusb_1_0_libusb_h to no in Makefile. Upstream configure script ignores --disable-canusb. Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 36150 | ||||
* | move library packages to package/libs/ | Felix Fietkau | 2012-10-08 | 1 | -0/+178 |
SVN-Revision: 33657 |