From 1aaebea2f58743b8d4b1bd7ec4b3b41d52cec30b Mon Sep 17 00:00:00 2001 From: George Melikov Date: Tue, 31 Aug 2021 21:52:05 +0300 Subject: [PATCH] Libabigail: make .abi files more consistent Reviewed-by: John Kennedy Reviewed-by: Brian Behlendorf Signed-off-by: George Melikov Closes #12529 --- config/Abigail.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/Abigail.am b/config/Abigail.am index 49673a309e3b..94687b90eef2 100644 --- a/config/Abigail.am +++ b/config/Abigail.am @@ -27,5 +27,7 @@ storeabi: for lib in $(lib_LTLIBRARIES) ; do \ abidw --no-show-locs \ --no-corpus-path \ + --no-comp-dir-path \ + --type-id-style hash \ $${lib%.la}.so > ../$${lib%.la}.abi ; \ done