Browse Source
LogNormal() for removing rpaths, it's not something that needs to be warned about
master
probonopd
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
tools/linuxdeployqt/shared.cpp
|
@ -855,7 +855,7 @@ void changeIdentification(const QString &id, const QString &binaryPath) |
|
|
// remove any non-relative path that would point outside the package
|
|
|
// remove any non-relative path that would point outside the package
|
|
|
if (!path.startsWith("$ORIGIN")) |
|
|
if (!path.startsWith("$ORIGIN")) |
|
|
{ |
|
|
{ |
|
|
LogWarning() << "Removing absolute rpath of " << path << " in " << binaryPath; |
|
|
LogNormal() << "Removing absolute rpath of " << path << " in " << binaryPath; |
|
|
rpath.removeAll(path); |
|
|
rpath.removeAll(path); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|