1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 02:17:34 +00:00

Ports: Repair qt6-qtbase by disabling QDnsLookup

This commit is contained in:
Ben Wiederhake 2023-04-08 20:57:06 +02:00 committed by Brian Gianforcaro
parent 401946947c
commit 625b29f507
4 changed files with 61 additions and 3 deletions

View file

@ -38,3 +38,11 @@ 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.
## `0007-Disable-QDnsLookup-entirely.patch`
Disable QDnsLookup entirely
It seems that we used to include the host's system headers, which we no
longer do. Now this feature breaks the package, which is why we have to
disable it in order to build Qt6.