File ctapi-cyberjack-2.0.10-make.patch of Package pcsc-cyberjack
--- makevars +++ makevars @@ -17,22 +17,22 @@ CC:=gcc # turn on optimization and PIC -CFLAGS:= -O2 -fPIC +CFLAGS:= $(COPTS) # assume that the headr files history.h and readline.h are present CFLAGS+= -DHAVE_READLINE_HISTORY_H -DHAVE_READLINE_READLINE_H # include the known include folders -CFLAGS+= -I/usr/local/include -I/usr/include +#CFLAGS+= -I/usr/local/include -I/usr/include # the following is debugging stuff. If all works fine you want need this # include symbol table -CFLAGS+=-g3 +#CFLAGS+=-g3 # turn on most warnings -CFLAGS+= -Wall +#CFLAGS+= -Wall # the following vars are needed for extended debugging only #CFLAGS+= -DDEBUG=1