summaryrefslogtreecommitdiff
path: root/etc/defaults
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-08-21 14:31:20 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-08-21 16:44:07 +0200
commitd3071ef178586d58b234df26d4a702aaaf97d7e0 (patch)
tree4bd829a8c8e32473394eaedf2653aca73832a8a1 /etc/defaults
parentb127c86625b5b6751d47e21f431bc7f748ac8ded (diff)
downloadjustbuild-d3071ef178586d58b234df26d4a702aaaf97d7e0.tar.gz
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.
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/patch/TARGETS.absl3
1 files changed, 3 insertions, 0 deletions
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"]]}
+}