openwrt/package
Luiz Angelo Daros de Luca 0d0617ff14 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>
2019-08-17 16:57:32 +02:00
..
base-files build: add buildinfo files for reproducibility 2019-08-13 10:40:36 +02:00
boot build: include BUILD_VARIANT in PKG_BUILD_DIR 2019-08-05 23:22:26 +02:00
devel perf: simplify the build process 2019-07-17 12:16:29 +02:00
firmware wireless-regdb: fix build when python2 from package feeds exists 2019-08-04 22:09:20 +02:00
kernel mac80211: Update to version 5.3-rc4-1 2019-08-17 13:41:16 +02:00
libs musl: ldso/dlsym: fix mips returning undef dlsym 2019-08-17 16:57:32 +02:00
network mac80211: Update to version 5.3-rc4-1 2019-08-17 13:41:16 +02:00
system procd: update to latest git HEAD (FS#2425) 2019-08-07 13:56:53 +02:00
utils bzip2: Update to 1.0.8 2019-08-17 16:43:22 +02:00
Makefile packages: apply usign padding workarounds to package indexes if needed 2019-08-07 07:15:07 +02:00