From 1fa61905d18b6fdbc9d71e6aaca01112174befbd Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 2 Oct 2012 18:38:32 +0000 Subject: abuild: add option sover-namecheck So far only openjdk6 needs it and uclibc cannot have it, so we make it optional. --- abuild.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'abuild.in') 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 -- cgit v1.2.3-60-g2f50