Konstantin Demin
141bc476f5
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>
(cherry picked from commit 38b22b1e7022d6b386ce25f39d05cc33fc659240)
2019-09-04 13:08:29 +02:00
..
2018-01-05 11:59:59 +01:00
2019-05-05 21:11:01 +02:00
2017-01-10 22:15:37 +01:00
2019-01-24 10:39:30 +01:00
2019-01-24 10:39:30 +01:00
2019-05-17 21:41:43 +02:00
2019-01-24 10:39:30 +01:00
2019-01-24 10:39:30 +01:00
2017-01-10 22:15:37 +01:00
2019-01-24 10:39:30 +01:00
2019-01-24 10:39:30 +01:00
2019-01-24 10:39:30 +01:00
2019-01-24 10:39:30 +01:00
2019-01-24 10:39:30 +01:00
2019-01-24 10:39:30 +01:00
2019-01-24 10:39:30 +01:00
2019-01-24 10:39:30 +01:00
2019-01-24 10:39:30 +01:00
2019-03-21 17:05:44 +01:00
2019-01-24 10:39:30 +01:00
2017-11-16 12:54:15 +01:00
2019-01-24 10:39:30 +01:00
2019-07-16 14:13:07 +02:00
2019-01-24 10:39:30 +01:00
2019-03-01 08:09:41 +00:00
2019-06-05 01:13:07 +00:00
2019-01-24 10:39:30 +01:00
2019-01-24 10:39:30 +01:00
2019-01-24 10:39:30 +01:00
2019-04-06 16:30:43 +02:00
2019-02-28 19:09:35 +01:00
2019-01-24 10:39:30 +01:00
2019-09-04 13:08:29 +02:00
2019-05-31 11:21:22 +02:00
2019-02-26 23:20:04 +01:00
2019-01-22 08:49:36 +01:00
2019-01-24 10:39:30 +01:00
2019-08-17 17:13:51 +02:00
2019-05-11 23:10:10 +02:00
2019-05-30 12:13:31 +00:00
2019-01-19 14:31:51 +01:00
2019-08-17 17:00:10 +02:00
2019-05-17 21:41:43 +02:00