openwrt/package
Luiz Angelo Daros de Luca 3b34fcaf94 musl: ldso/dlsym: fix mips returning undef dlsym
This happens only the second time a library is loaded by dlopen().
After lib1 is loaded, dlsym(lib1,"undef1") correctly resolves the undef
symbol from lib1 dependencies. After the second library is loaded,
dlsym(lib2,"undef1") was returning the address of "undef1" in lib2
instead of searching lib2 dependencies.

Using upstream fix which now uses the same logic for relocation time
and dlsym.

Fixes openwrt/packages#9297

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
(cherry picked from commit 0d0617ff14)
2019-08-17 17:13:51 +02:00
..
base-files base-files: move urandom seed bits into separate package 2019-07-22 09:53:01 +02:00
boot tfa-layerscape: fix create_pbl and byte_swap host build 2019-07-27 07:14:09 +02:00
devel valgrind: Add support for ARM64 architecture 2019-05-14 20:28:41 +02:00
firmware layerscape: drop ppa package 2019-06-06 15:40:09 +02:00
kernel mac80211: Update to version 4.19.66-1 2019-08-17 13:36:06 +02:00
libs musl: ldso/dlsym: fix mips returning undef dlsym 2019-08-17 17:13:51 +02:00
network odhcpd: fix closing of router socket 2019-08-17 09:45:10 +02:00
system config: introduce separate CONFIG_SIGNATURE_CHECK option 2019-08-07 07:53:48 +02:00
utils bzip2: Update to 1.0.8 2019-08-17 17:00:11 +02:00
Makefile packages: apply usign padding workarounds to package indexes if needed 2019-08-07 07:22:37 +02:00