iproute2: tc: reduce size of dynamic symbol table
authorTony Ambardar <itugrok@yahoo.com>
Fri, 14 Dec 2018 07:49:32 +0000 (23:49 -0800)
committerKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Mon, 11 Feb 2019 20:18:48 +0000 (20:18 +0000)
commit248797834bf21916ddf663edc96d86ee5377850e
tree636f0be1a55ac9ebc84a0a087a52aab9ad724110
parentfc80ef3613465e60257a5ddf0674debe45b09180
iproute2: tc: reduce size of dynamic symbol table

In the case of SHARED_LIBS=y, don't use -export-dynamic to place *all*
symbols into the dynamic symbol table. Instead, use --dynamic-list to
export a smaller set of symbols similar to that defined in static-syms.h
in the case of SHARED_LIBS=n, avoiding an 11 KB tc package size increase.

Also increment PKG_RELEASE.

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
package/network/utils/iproute2/Makefile
package/network/utils/iproute2/patches/175-reduce-dynamic-syms.patch [new file with mode: 0644]