You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
commands/file: Fix for "executable" match failure on newer gcc
On newer gcc, --enable-default-pie is enabled by default,
thus in.c is compiled as position independent executable,
which is described as "shared object", so add this.
Signed-off-by: Guangwen Feng <[email protected]>
Signed-off-by: Fei Jie <[email protected]>
Signed-off-by: Lei Shaoting <[email protected]>
Acked-by: Cyril Hrubis <[email protected]>
0 commit comments