tn3399_openwrt/package/libs
Konstantin Demin 38b22b1e70 nghttp2: deduplicate files in libnghttp2
libnghttp2 accidentally ships library twice:

$ tar -Oxzf libnghttp2-14_1.38.0-1_mips_24kc.ipk ./data.tar.gz | tar -tzvf -
drwxr-xr-x root/root         0 2019-06-07 23:14 ./
drwxr-xr-x root/root         0 2019-06-07 23:14 ./usr/
drwxr-xr-x root/root         0 2019-06-07 23:14 ./usr/lib/
-rw-r--r-- root/root    144412 2019-06-07 23:14 ./usr/lib/libnghttp2.so.14
-rw-r--r-- root/root    144412 2019-06-07 23:14 ./usr/lib/libnghttp2.so.14.17.3

after fix, there's library and symlink (as designed):

$ tar -Oxzf libnghttp2-14_1.38.0-2_mips_24kc.ipk ./data.tar.gz | tar -tzvf -
drwxr-xr-x root/root         0 2019-06-07 23:14 ./
drwxr-xr-x root/root         0 2019-06-07 23:14 ./usr/
drwxr-xr-x root/root         0 2019-06-07 23:14 ./usr/lib/
lrwxrwxrwx root/root         0 2019-06-07 23:14 ./usr/lib/libnghttp2.so.14 -> libnghttp2.so.14.17.3
-rw-r--r-- root/root    144412 2019-06-07 23:14 ./usr/lib/libnghttp2.so.14.17.3

Binary package size reduced accordingly: 134621 -> 66593.

Compile/run-tested: ar71xx/generic.

Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
2019-06-12 23:00:58 +02:00
..
argp-standalone argp-standalone: clean up patch fuzz 2018-01-05 11:59:59 +01:00
elfutils elfutils: Fix compile with uClibc-ng 2019-05-05 21:11:01 +02:00
gettext package: replace $(STAGING_DIR)/host with $(STAGING_DIR_HOSTPKG) 2017-01-10 22:15:37 +01:00
gettext-full treewide: revise library packaging 2019-01-24 10:39:30 +01:00
gmp treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libbsd libbsd: Fix compilation under ARC 2019-05-17 21:41:43 +02:00
libconfig treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libevent2 treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libiconv package: replace $(STAGING_DIR)/host with $(STAGING_DIR_HOSTPKG) 2017-01-10 22:15:37 +01:00
libiconv-full treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libjson-c treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libmnl treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libnetfilter-conntrack treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libnetfilter-cthelper treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libnetfilter-cttimeout treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libnetfilter-log treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libnetfilter-queue treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libnfnetlink treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libnftnl libnftnl: bump to latest version 2019-03-21 17:05:44 +01:00
libnl treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libnl-tiny libnl-tiny: use fixed message size instead of using the page size 2017-11-16 12:54:15 +01:00
libpcap treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libroxml libroxml: bump to the 3.0.1 version 2019-05-01 07:25:55 +02:00
libtool treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libubox libubox: bump to version 2019-02-27 2019-03-01 08:09:41 +00:00
libunwind libunwind: bump to version 1.3.1 2019-06-05 01:13:07 +00:00
libusb treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libusb-compat treewide: revise library packaging 2019-01-24 10:39:30 +01:00
lzo treewide: revise library packaging 2019-01-24 10:39:30 +01:00
mbedtls mbedtls: update to version 2.16.1 2019-04-06 16:30:43 +02:00
ncurses package/ncurses: change AR options to fix reproducible builds 2019-02-28 19:09:35 +01:00
nettle treewide: revise library packaging 2019-01-24 10:39:30 +01:00
nghttp2 nghttp2: deduplicate files in libnghttp2 2019-06-12 23:00:58 +02:00
openssl openssl: update to version 1.1.1c 2019-05-31 11:21:22 +02:00
popt popt: Use modern toolchain logic 2019-02-26 23:20:04 +01:00
readline readline: Update to 8.0 and various fixes 2019-01-22 08:49:36 +01:00
sysfsutils treewide: revise library packaging 2019-01-24 10:39:30 +01:00
toolchain treewide: revise library packaging 2019-01-24 10:39:30 +01:00
uclibc++ uClibc++: Update to 0.2.5 2019-05-11 23:10:10 +02:00
uclient uclient: bump to version 2019-05-30 2019-05-30 12:13:31 +00:00
ustream-ssl packages: set more explicit ABI_VERSION values 2019-01-19 14:31:51 +01:00
wolfssl wolfssl: fix build in busybox environments 2019-03-10 17:48:23 +01:00
zlib zlib: Use relative paths in pkg-config metadata file 2019-05-17 21:41:43 +02:00