diff options
author | Omar Polo <op@omarpolo.com> | 2021-02-14 12:20:34 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-02-23 13:40:59 +0100 |
commit | d278a0c3c50146c703b675ca4dac1d58ef286585 (patch) | |
tree | 7594155bfb607214099839b6092b00f92ed66952 /configure | |
parent | c39b26d308ed63a537de88b963935c2acfe33405 (diff) |
moving logging to its own process
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | make ${MAKE_FLAGS} -sf -` CFLAGS=`printf "all:\\n\\t@echo \\\$(CFLAGS)\\n" | make ${MAKE_FLAGS} -sf -` CFLAGS="${CFLAGS} -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes" CFLAGS="${CFLAGS} -Wwrite-strings -Wno-unused-parameter" -LDFLAGS="-ltls -levent" +LDFLAGS="-ltls -levent -lutil" YACC=yacc LEX=lex STATIC= |