From 4de77d3e38c193763ffb28ea52dc0579cb7bad90 Mon Sep 17 00:00:00 2001 From: Dave Birdsall Date: Wed, 23 May 2018 20:33:55 +0000 Subject: [PATCH] [TRAFODION-3083] Fix compile problem on CentOS7 --- core/sqf/src/trafconf/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/sqf/src/trafconf/Makefile b/core/sqf/src/trafconf/Makefile index f4704f75ac..507e2969cd 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 \