mirror of
https://github.com/containers/skopeo.git
synced 2025-09-25 04:11:36 +00:00
Currently, `$(hack/libsubid_tag.sh)` produces no buildtag output. This patch fixes it. 1. Library arguments must be positioned after sources when invoking GCC. 2. Use new function name: `subid_get_uid_ranges`. Refs: rhbz: https://bugzilla.redhat.com/show_bug.cgi?id=2254902 podman file: https://github.com/containers/podman/blob/main/hack/libsubid_tag.sh Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>