aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-third__party_crc32c_BUILD.gn
blob: 4b2076c3e9236264a117f91925536966f028c733 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/crc32c/BUILD.gn.orig	2023-05-05 12:12:41 UTC
+++ third_party/crc32c/BUILD.gn
@@ -46,7 +46,7 @@ config("crc32c_config") {
   }
 
   # Android added <sys/auxv.h> in API level 18.
-  if (is_linux || is_chromeos || is_android) {
+  if (is_linux || is_chromeos || is_android && !is_bsd) {
     defines += [
       "HAVE_STRONG_GETAUXVAL=1",
       "HAVE_WEAK_GETAUXVAL=1",