diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2019-10-18 12:10:06 +0000 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2019-10-21 01:37:43 +0000 |
commit | e8f79474c97949454b8d0ea966be006013471336 (patch) | |
tree | 455ecd9ef7ca2df6c719e20bfcaa5633a8419a70 /tools/flex | |
parent | 758a4d1766b3668422881480db8c3c6f94ebc2ea (diff) | |
download | openwrt-e8f79474c97949454b8d0ea966be006013471336.tar.gz openwrt-e8f79474c97949454b8d0ea966be006013471336.tar.bz2 openwrt-e8f79474c97949454b8d0ea966be006013471336.zip |
libpcap: build with cmake
The main motivation is to drop and stop maintaining
"100-debian_shared_lib.patch". It lacks the logic to include custom
implementation of several functions like pcap_strlcpy() which can cause
build failures when glibc is used [2]
CAN and CAN-USB support related symbols are now handled by general linux
support, see [1]
"-ffunction-sections -fdata-sections" were removed as they should help
much for shared libraries
Size comparison before and after the change
-rw-r--r-- 1 yunion yunion 238042 Oct 18 11:42 ipkg-x86_64/libpcap/usr/lib/libpcap.so.1
lrwxrwxrwx 1 yunion yunion 16 Oct 18 13:03 ipkg-x86_64/libpcap/usr/lib/libpcap.so.1 -> libpcap.so.1.9.1
-rwxr-xr-x 1 yunion yunion 229867 Oct 18 13:03 ipkg-x86_64/libpcap/usr/lib/libpcap.so.1.9.1
[1] On Linux, handle all CAN captures with pcap-linux.c, in cooked mode,
https://github.com/the-tcpdump-group/libpcap/commit/93ca5ff7030aaf1219e1de05ec89a68384bfc50b
[2] https://github.com/openwrt/packages/issues/10270
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'tools/flex')
0 files changed, 0 insertions, 0 deletions