Merge pull request #240724 from reckenrode/configd-clang16

configd: fix build with clang 16
This commit is contained in:
Weijia Wang 2023-07-05 22:44:02 +03:00 committed by GitHub
commit 2b9656eb4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ appleDerivation' stdenv {
NIX_CFLAGS_COMPILE = toString [
"-ISystemConfiguration.framework/Headers"
"-I${xnu}/Library/Frameworks/System.framework/Versions/B/PrivateHeaders"
"-D_DNS_SD_LIBDISPATCH" # Needed for DNSServiceSetDispatchQueue to be available
];
};