From b004f67793dd56005439d46d3ab5511e54d255a6 Mon Sep 17 00:00:00 2001 From: Pawel Czarnecki Date: Tue, 24 Jan 2023 15:27:27 -0800 Subject: [PATCH] [BUILD][curl] Do not add -lrt for amazonlinux --- third_party/curl.BUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/third_party/curl.BUILD b/third_party/curl.BUILD index b85df1fab65144..927f81fe08a9a9 100644 --- a/third_party/curl.BUILD +++ b/third_party/curl.BUILD @@ -1,4 +1,4 @@ -# Description: +#tDescription: # curl is a tool for talking to web servers. licenses(["notice"]) # MIT/X derivative license @@ -402,6 +402,7 @@ cc_library( "-lcrypt32", "-lnormaliz", ], + "//@niantic//bzl:amazonlinux": [], "//conditions:default": [ "-lrt", ],