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:
parent
401946947c
commit
625b29f507
4 changed files with 61 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue