package/bind: fix compile/linking failure
authorPeter Seiderer <ps.report@gmx.net>
Mon, 14 Dec 2020 22:24:07 +0000 (23:24 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 23 Dec 2020 13:24:08 +0000 (14:24 +0100)
commite4af234d3caa39e34fde68a39150c7fac0363a63
tree32b8c1fd1f1002507cf216664cc126a9bfc4568a
parenta2be92afc28fa006f17a7a01d93f75d3611b7212
package/bind: fix compile/linking failure

Fixes:

  - http://autobuild.buildroot.net/results/966a3de94aa97fa8e9895eede29c9cbfb4bd7301

  .../host/lib/gcc/arm-buildroot-linux-musleabihf/9.3.0/../../../../arm-buildroot-linux-musleabihf/bin/ld: warning: libisccfg.so.163, needed by ../../lib/bind9/.libs/libbind9.so, not found (try using -rpath or -rpath-link)
  .../host/lib/gcc/arm-buildroot-linux-musleabihf/9.3.0/../../../../arm-buildroot-linux-musleabihf/bin/ld: ../../lib/bind9/.libs/libbind9.so: undefined reference to `cfg_obj_line'

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
[Peter: replace by upstream patches]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/bind/0002-update-link-order-of-libbind9.patch [new file with mode: 0644]
package/bind/0003-fix-LIB0-for-isc-hmac-fixup-and-named-nzd2nzf.patch [new file with mode: 0644]
package/bind/0004-Handle-shared-library-platforms-that-don-t-support-i.patch [new file with mode: 0644]