Fixed compile on c7, use of __func__, output of list

This commit is contained in:
Deon George
2015-09-23 11:36:02 +10:00
parent d121df3dc1
commit e3595df586
7 changed files with 116 additions and 111 deletions

View File

@@ -2,7 +2,7 @@ TSMAPIDIR=/opt/tivoli/tsm/client/api/bin64/sample
# ** For Digest Calculations, we need to link to openssl libraries, and enable USE_DIGEST in tsmpipe.h **
#TSMLIB=-lApiTSM64
TSMLIB=-lApiTSM64 -lssl
TSMLIB=-lApiTSM64 -lssl -lcrypto
CC=gcc
CFLAGS=-g -W -Wall -Wextra -O -m64 -I$(TSMAPIDIR)