Title: [284250] trunk/Source/WebKit
- Revision
- 284250
- Author
- [email protected]
- Date
- 2021-10-15 09:14:01 -0700 (Fri, 15 Oct 2021)
Log Message
Explicitly link webpushd with Foundation and CoreFoundation
https://bugs.webkit.org/show_bug.cgi?id=231808
<rdar://84302128>
Reviewed by Brady Eidson.
There is a build environment where the linker can't find a bunch of symbols from Foundation and CoreFoundation.
This should fix that build.
* Configurations/webpushd.xcconfig:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (284249 => 284250)
--- trunk/Source/WebKit/ChangeLog 2021-10-15 15:50:31 UTC (rev 284249)
+++ trunk/Source/WebKit/ChangeLog 2021-10-15 16:14:01 UTC (rev 284250)
@@ -1,3 +1,16 @@
+2021-10-15 Alex Christensen <[email protected]>
+
+ Explicitly link webpushd with Foundation and CoreFoundation
+ https://bugs.webkit.org/show_bug.cgi?id=231808
+ <rdar://84302128>
+
+ Reviewed by Brady Eidson.
+
+ There is a build environment where the linker can't find a bunch of symbols from Foundation and CoreFoundation.
+ This should fix that build.
+
+ * Configurations/webpushd.xcconfig:
+
2021-10-15 Per Arne <[email protected]>
[iOS][GPUP] Block access to Launch Services Database service
Modified: trunk/Source/WebKit/Configurations/webpushd.xcconfig (284249 => 284250)
--- trunk/Source/WebKit/Configurations/webpushd.xcconfig 2021-10-15 15:50:31 UTC (rev 284249)
+++ trunk/Source/WebKit/Configurations/webpushd.xcconfig 2021-10-15 16:14:01 UTC (rev 284250)
@@ -25,7 +25,7 @@
PRODUCT_NAME = webpushd;
-OTHER_LDFLAGS = -l WTF;
+OTHER_LDFLAGS = -l WTF -framework Foundation -framework CoreFoundation;
LIBRARY_SEARCH_PATHS = $(BUILT_PRODUCTS_DIR);
WK_PROCESSED_XCENT_FILE=$(TEMP_FILE_DIR)/$(FULL_PRODUCT_NAME).entitlements
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes