From 6aaf0105b3a21f980a9d5ae9743690027d4238c3 Mon Sep 17 00:00:00 2001 From: Srikrishna Gopu Date: Fri, 8 Dec 2023 11:28:28 -0800 Subject: [PATCH] include patch file to apply for iproute2 Summary: As titled, include patch file to apply for iproute2. builder.py will looks for patchfile from the manifest and apply if a patch exists. Reviewed By: shri-khare Differential Revision: D51971638 fbshipit-source-id: d04901d3aa01b7ad6ae0e3952c1e6f30f818d431 --- build/fbcode_builder/manifests/iproute2 | 1 + 1 file changed, 1 insertion(+) diff --git a/build/fbcode_builder/manifests/iproute2 b/build/fbcode_builder/manifests/iproute2 index 6fb7f77ed9c..f7f3e766a91 100644 --- a/build/fbcode_builder/manifests/iproute2 +++ b/build/fbcode_builder/manifests/iproute2 @@ -8,6 +8,7 @@ sha256 = 46612a1e2d01bb31932557bccdb1b8618cae9a439dfffc08ef35ed8e197f14ce [build.os=linux] builder = iproute2 subdir = iproute2-4.12.0 +patchfile = iproute2_oss.patch [build.not(os=linux)] builder = nop