From d3071ef178586d58b234df26d4a702aaaf97d7e0 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 21 Aug 2023 14:31:20 +0200 Subject: bundled absl: configure in a portable way ... by disabling auto-configuration. The problem that the result of this auto-configuration depends on the language standard used and may (and in case of libproto does) leak into public interfaces of consuming libraries; this would require every user of a library with a public dependency of absl to use the same language standard that library was built with. Such a requirement makes the rules hard to use in a portable way. --- etc/defaults/patch/TARGETS.absl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 etc/defaults/patch/TARGETS.absl (limited to 'etc/defaults') diff --git a/etc/defaults/patch/TARGETS.absl b/etc/defaults/patch/TARGETS.absl new file mode 100644 index 00000000..16a4670f --- /dev/null +++ b/etc/defaults/patch/TARGETS.absl @@ -0,0 +1,3 @@ +{ "defaults": + {"type": ["patch", "defaults"], "base": [["@", "base", "patch", "defaults"]]} +} -- cgit v1.2.3