openwrt/package/network/utils/iproute2
Roman Yeryomin 554f1b89aa iproute2: m_xt.so depends on dynsyms.list
When doing parallel build on a fast machine with bottleneck in i/o,
m_xt.so may start linking faster than dynsyms.list gets populated,
resulting in error:

ld:dynsyms.list:0: syntax error in dynamic list

Fix this by adding dynsyms.list as make dependency to m_xt.so
Described also here:
https://bugs.openwrt.org/index.php?do=details&task_id=3353

Change from v1:
- add dynsysms.list dependancy only when shared libs are enabled

Signed-off-by: Roman Yeryomin <roman@advem.lv>
Fixes: FS#3353
(cherry-picked from commit edd53df168)
2021-12-14 23:38:30 +01:00
..
files Make teql hotplug script run sooner 2012-12-02 13:04:03 +00:00
patches iproute2: m_xt.so depends on dynsyms.list 2021-12-14 23:38:30 +01:00
Makefile build: include BUILD_VARIANT in PKG_BUILD_DIR 2019-09-04 13:35:17 +02:00