Title: [284276] trunk/Source/WebKit
Revision
284276
Author
ryanhad...@apple.com
Date
2021-10-15 15:18:07 -0700 (Fri, 15 Oct 2021)

Log Message

Explicitly link adattributiond with Foundation and CoreFoundation
https://bugs.webkit.org/show_bug.cgi?id=231835

Reviewed by Brady Eidson.

Apply the same treatment to adattributiond as was done for webpushd in r284250.

* Configurations/adattributiond.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (284275 => 284276)


--- trunk/Source/WebKit/ChangeLog	2021-10-15 22:16:20 UTC (rev 284275)
+++ trunk/Source/WebKit/ChangeLog	2021-10-15 22:18:07 UTC (rev 284276)
@@ -1,3 +1,14 @@
+2021-10-15  Ryan Haddad  <ryanhad...@apple.com>
+
+        Explicitly link adattributiond with Foundation and CoreFoundation
+        https://bugs.webkit.org/show_bug.cgi?id=231835
+
+        Reviewed by Brady Eidson.
+
+        Apply the same treatment to adattributiond as was done for webpushd in r284250.
+
+        * Configurations/adattributiond.xcconfig:
+
 2021-10-15  Garrett Davidson  <garrett_david...@apple.com>
 
         Import AuthenticationServicesCore's public module as well

Modified: trunk/Source/WebKit/Configurations/adattributiond.xcconfig (284275 => 284276)


--- trunk/Source/WebKit/Configurations/adattributiond.xcconfig	2021-10-15 22:16:20 UTC (rev 284275)
+++ trunk/Source/WebKit/Configurations/adattributiond.xcconfig	2021-10-15 22:18:07 UTC (rev 284276)
@@ -25,7 +25,7 @@
 
 PRODUCT_NAME = adattributiond;
 
-OTHER_LDFLAGS = -framework CFNetwork -framework Security -l WTF -l WebCoreStatic -l icucore -l sqlite3 -l PAL;
+OTHER_LDFLAGS = -framework CFNetwork -framework Security -framework Foundation -framework CoreFoundation -l WTF -l WebCoreStatic -l icucore -l sqlite3 -l PAL;
 FRAMEWORK_SEARCH_PATHS = $(BUILT_PRODUCTS_DIR);
 
 WK_PROCESSED_XCENT_FILE=$(TEMP_FILE_DIR)/$(FULL_PRODUCT_NAME).entitlements
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to