You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2016/02/02 20:00:27 UTC

[2/4] incubator-trafodion git commit: sqvers skip over external dependency liblog4cxx

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 <st...@esgyn.com>
Authored: Mon Feb 1 20:27:09 2016 +0000
Committer: Steve Varnau <st...@esgyn.com>
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/) {