mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-09 16:19:48 +00:00
abuild: remove duplicates from provides
This commit is contained in:
parent
fe6419454b
commit
d02257f0c8
@ -982,7 +982,7 @@ scan_shared_objects() {
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
echo "$soname $sover"
|
echo "$soname $sover"
|
||||||
done > "$controldir"/.provides-so
|
done | sort -u > "$controldir"/.provides-so
|
||||||
|
|
||||||
# now find the so dependencies
|
# now find the so dependencies
|
||||||
scanelf --nobanner --recursive --needed "$datadir" | tr ' ' ':' \
|
scanelf --nobanner --recursive --needed "$datadir" | tr ' ' ':' \
|
||||||
|
Loading…
Reference in New Issue
Block a user