mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Approved by: rene (mentor, implicit) Security: https://vuxml.freebsd.org/freebsd/246174d3-e979-11ed-8290-a8a1599412c6.html
11 lines
384 B
Text
11 lines
384 B
Text
--- third_party/crc32c/BUILD.gn.orig 2023-04-28 17:01:32 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",
|