SerenityOS build: Sunday, June 12
Images 💾⌗
- serenity-i686-20220612-7206688.vdi.gz (VirtualBox VDI, 123.68 MiB)
- serenity-i686-20220612-7206688.img.gz (Raw image, 123.87 MiB)
Last commit ⭐⌗
commit 72066880c659be701cb1acddad610da012e7f428
Author: Andrew Kaster <akaster@serenityos.org>
AuthorDate: Sat Jun 11 13:55:04 2022 -0600
Commit: Linus Groh <mail@linusgroh.de>
CommitDate: Sun Jun 12 00:28:26 2022 +0100
LibELF: Always use parent object basename for $ORIGIN processing
Using the main executable basename produces the wrong $ORIGIN processing
for libraries that are secondary dependencies of the main executable,
or dependencies of an object loaded via dlopen.
Other builds