sqvers skip over external dependency liblog4cxx
Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/48e43da0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/48e43da0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/48e43da0 Branch: refs/heads/master Commit: 48e43da0518b3be9beb78514753f34fcbddfb006 Parents: 7c37f1a Author: Steve Varnau <[email protected]> Authored: Mon Feb 1 20:27:09 2016 +0000 Committer: Steve Varnau <[email protected]> Committed: Mon Feb 1 20:27:09 2016 +0000 ---------------------------------------------------------------------- core/sqf/sqvers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/48e43da0/core/sqf/sqvers ---------------------------------------------------------------------- diff --git a/core/sqf/sqvers b/core/sqf/sqvers index 700a6f7..6f753a8 100755 --- a/core/sqf/sqvers +++ b/core/sqf/sqvers @@ -171,7 +171,7 @@ sub find_elfs ($$) { if ($file =~ /libQtGuiCmpDbg.so.4/) { $dochk = 0; } - if ($file =~ /libhdfs.so|libhadoop.so|libmysql|libthrift|libzookeeper|libcurl/) { + if ($file =~ /libhdfs.so|libhadoop.so|libmysql|libthrift|libzookeeper|libcurl|^liblog4cxx/) { $dochk = 0; } if ($file =~ /mpirun|hydra_pmi_proxy/) {
