diff options
author | George Melikov <[email protected]> | 2021-08-31 21:52:05 +0300 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-09-02 10:02:08 -0700 |
commit | 1aaebea2f58743b8d4b1bd7ec4b3b41d52cec30b (patch) | |
tree | c6852610ae89ee9f362a33eeb791a6ac92206f36 /config/Abigail.am | |
parent | d510924520dd23d43511e2594183d59e20fffc2b (diff) |
Libabigail: make .abi files more consistent
Reviewed-by: John Kennedy <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: George Melikov <[email protected]>
Closes #12529
Diffstat (limited to 'config/Abigail.am')
-rw-r--r-- | config/Abigail.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/Abigail.am b/config/Abigail.am index 49673a309..94687b90e 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 |