mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 17:23:08 +00:00
suppress some invalid message during genimage
This commit is contained in:
parent
17b29dcd17
commit
b99e85f108
@ -831,7 +831,7 @@ sub getlibs {
|
||||
my @libs = split/\n/,$liblist;
|
||||
my @return;
|
||||
foreach (@libs) {
|
||||
if(/statically linked/){
|
||||
if(/statically linked/ or /not a dynamic executable/){
|
||||
return;
|
||||
}
|
||||
unless (/=>/) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user