$OpenBSD: patch-third_party_crc32c_BUILD_gn,v 1.1 2018/09/12 19:10:34 robert Exp $

Index: third_party/crc32c/BUILD.gn
--- third_party/crc32c/BUILD.gn.orig
+++ third_party/crc32c/BUILD.gn
@@ -43,7 +43,7 @@ config("crc32c_config") {
     defines += [ "HAVE_ARM64_CRC32C=0" ]
   }
 
-  if (is_linux || is_chromeos) {
+  if ((is_linux || is_chromeos) && !is_openbsd) {
     defines += [
       "HAVE_STRONG_GETAUXVAL=1",
       "HAVE_WEAK_GETAUXVAL=1",
