1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:57:36 +00:00

Ports: Update Qt6 port to 6.4.0

While we're here, make the host path detection more portable.
This commit is contained in:
Andrew Kaster 2022-12-03 09:20:59 -07:00 committed by Linus Groh
parent ad9c24ffc2
commit b7cc7b4e02
9 changed files with 80 additions and 44 deletions

View file

@ -31,3 +31,10 @@ Disable version tagging
This is necessary because as of now, Serenity doesn't support DT_VERSYM
and other related ELF objects
## `0006-Serenity-Disable-local-domain-name-lookup-via-resolv.patch`
Serenity: Disable local domain name lookup via resolv
Serenity doesn't support /etc/resolv.conf or the structures in
<resolv.h> to do Unix-like domain name resolution.