From 3d71ebf0a845c324ec7c4d55f86e83e008d27c33 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Thu, 28 Sep 2023 17:39:20 -0700 Subject: [PATCH] Fix --- third_party/libapr1.BUILD | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/third_party/libapr1.BUILD b/third_party/libapr1.BUILD index 305553a11..086329265 100644 --- a/third_party/libapr1.BUILD +++ b/third_party/libapr1.BUILD @@ -99,7 +99,6 @@ cc_library( "tables/apr_tables.c", "threadproc/unix/proc.c", "threadproc/unix/procsup.c", - "threadproc/unix/signals.c", "threadproc/unix/thread.c", "threadproc/unix/threadpriv.c", "time/unix/time.c", @@ -158,13 +157,7 @@ cc_library( "HAVE_CONFIG_H", "LINUX", "REENTRANT", - ] + select({ - "@bazel_tools//src/conditions:windows": [], - "@bazel_tools//src/conditions:darwin": [], - "//conditions:default": [ - "sys_siglist=strsignal", - ], - }), + ], includes = [ "include", "include/arch/unix",