summaryrefslogtreecommitdiff
path: root/abuild.in
diff options
context:
space:
mode:
Diffstat (limited to 'abuild.in')
-rwxr-xr-xabuild.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index febf893..0bf9d47 100755
--- a/abuild.in
+++ b/abuild.in
@@ -974,7 +974,10 @@ scan_shared_objects() {
# filter out sonames with version when file does not
# have version
case "$soname" in
- *.so.[0-9]*) continue;;
+ *.so.[0-9]*)
+ if options_has "sover-namecheck"; then
+ continue
+ fi
esac
;;
esac