Skip to content

Commit

Permalink
Merge pull request containers#15911 from yrro/fix-libsubid-detection
Browse files Browse the repository at this point in the history
Fix libsubid detection
  • Loading branch information
openshift-merge-robot authored Sep 26, 2022
2 parents 40e8bcb + 8ff54cb commit 17f3756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/libsubid_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ fi
tmpdir="$PWD/tmp.$RANDOM"
mkdir -p "$tmpdir"
trap 'rm -fr "$tmpdir"' EXIT
cc -o "$tmpdir"/libsubid_tag -l subid -x c - > /dev/null 2> /dev/null << EOF
cc -o "$tmpdir"/libsubid_tag -x c - -l subid > /dev/null 2> /dev/null << EOF
#include <shadow/subid.h>
#include <stdio.h>
#include <stdlib.h>
Expand Down

0 comments on commit 17f3756

Please sign in to comment.