Repository: trafodion Updated Branches: refs/heads/master 6b967b678 -> f92887964
[TRAFODION-3083] Fix compile problem on CentOS7 Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/4de77d3e Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/4de77d3e Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/4de77d3e Branch: refs/heads/master Commit: 4de77d3e38c193763ffb28ea52dc0579cb7bad90 Parents: 397fd2d Author: Dave Birdsall <[email protected]> Authored: Wed May 23 20:33:55 2018 +0000 Committer: Dave Birdsall <[email protected]> Committed: Wed May 23 20:33:55 2018 +0000 ---------------------------------------------------------------------- core/sqf/src/trafconf/Makefile | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/4de77d3e/core/sqf/src/trafconf/Makefile ---------------------------------------------------------------------- diff --git a/core/sqf/src/trafconf/Makefile b/core/sqf/src/trafconf/Makefile index f4704f7..507e296 100644 --- a/core/sqf/src/trafconf/Makefile +++ b/core/sqf/src/trafconf/Makefile @@ -46,6 +46,9 @@ LIBSX += -lrt # need -lsqlite3 for SQLite LIBSX += -lsqlite3 +# need -lpthread starting on CentOS7 +LIBSX += -lpthread + PROGS = $(TRAFCONF) OBJTRAFCONFIG = $(OUTDIR)/trafconfig.o \
