mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-25 05:41:09 +00:00
suppress some invalid message during genimage
This commit is contained in:
@@ -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 (/=>/) {
|
||||
|
Reference in New Issue
Block a user