aboutsummaryrefslogtreecommitdiff
path: root/ld/aclocal.m4
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2022-05-25 14:41:47 +0100
committerAlan Modra <amodra@gmail.com>2022-05-26 12:56:12 +0930
commit9e2bb0cb5e74aed4158f08495534922d7108f928 (patch)
treeed3ed33aef50a4bd5e0f16d3072340a81d0d0b4f /ld/aclocal.m4
parentd1a24139adfb2f029c9d52a9c43da44a617f90a4 (diff)
downloadbinutils-9e2bb0cb5e74aed4158f08495534922d7108f928.zip
binutils-9e2bb0cb5e74aed4158f08495534922d7108f928.tar.gz
binutils-9e2bb0cb5e74aed4158f08495534922d7108f928.tar.bz2
ld: add --package-metadata
Generate a .note.package FDO package metadata ELF note, following the spec: https://systemd.io/ELF_PACKAGE_METADATA/ If the jansson library is available at build time (and it is explicitly enabled), link ld to it, and use it to validate that the input is correct JSON, to avoid writing garbage to the file. The configure option --enable-jansson has to be used to explicitly enable it (error out when not found). This allows bootstrappers (or others who are not interested) to seamlessly skip it without issues.
Diffstat (limited to 'ld/aclocal.m4')
-rw-r--r--ld/aclocal.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/aclocal.m4 b/ld/aclocal.m4
index 631ead7..d20c542 100644
--- a/ld/aclocal.m4
+++ b/ld/aclocal.m4
@@ -1198,6 +1198,7 @@ m4_include([../config/lcmessage.m4])
m4_include([../config/lead-dot.m4])
m4_include([../config/nls.m4])
m4_include([../config/override.m4])
+m4_include([../config/pkg.m4])
m4_include([../config/plugins.m4])
m4_include([../config/po.m4])
m4_include([../config/progtest.m4])